We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae34ac commit 839df82Copy full SHA for 839df82
1 file changed
lib/multi.js
@@ -264,6 +264,7 @@ class Multi {
264
try {
265
child = cp.spawn( "bin/control.sh", data.commands, {
266
cwd: process.cwd(),
267
+ env: Tools.copyHashRemoveKeys( process.env, { __daemon: 1 } ),
268
detached: true,
269
stdio: ['ignore', fd, fd]
270
} );
0 commit comments