diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/serve.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js index ed8b20d..d550e0f 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -3835,6 +3835,7 @@ Serve.prototype.composer = function (opts, cb) { } if (data.fork_thread) { content.root = opts.post || undefined + content.fork = opts.root || undefined content.branch = u.fromArray(opts.postBranches) || undefined } else { content.root = opts.root || undefined |