Skip to content

Commit 09ab598

Browse files
committed
Electron stdio pipe (#43)
1 parent 8224fc7 commit 09ab598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ module.exports = (api, options) => {
484484
info('Launching Electron...')
485485
}
486486

487-
const stdioConfig = ['inherit', 'inherit', 'inherit']
487+
const stdioConfig = ['pipe', 'pipe', 'pipe']
488488

489489
// Use an IPC on Windows for graceful exit
490490
if (process.platform === 'win32') stdioConfig.push('ipc')

0 commit comments

Comments
 (0)