Skip to content

Commit ea7ac9a

Browse files
committed
WIP: Try not inheriting stdin
1 parent 9be5335 commit ea7ac9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ if (!amMainInstance) {
388388

389389
server = spawn(serverBinCommand, ['start'], {
390390
windowsHide: true,
391-
stdio: ['inherit', 'pipe', 'pipe'],
391+
stdio: ['ignore', 'pipe', 'pipe'],
392392
shell: isWindows, // Required to spawn a .cmd script
393393
windowsVerbatimArguments: false, // Fixes quoting in windows shells
394394
detached: !isWindows, // Detach on Linux, so we can cleanly kill as a group

0 commit comments

Comments
 (0)