fix: pipe output of child processes during headless install

This commit is contained in:
Zoltan Kochan
2018-12-25 02:19:57 +02:00
parent d393905806
commit 86cd03df0c

View File

@@ -188,6 +188,7 @@ export async function mutateModules (
importers: ctx.importers,
include: opts.include,
independentLeaves: opts.independentLeaves,
ownLifecycleHooksStdio: opts.ownLifecycleHooksStdio,
packageManager: opts.packageManager,
pendingBuilds: ctx.pendingBuilds,
pruneStore: opts.pruneStore,