diff --git a/index.js b/index.js index 9a923f61e..0610a581c 100644 --- a/index.js +++ b/index.js @@ -50,7 +50,7 @@ function handleArgs(command, args, options) { encoding: 'utf8', reject: true, cleanup: true - }, parsed.options); + }, parsed.options, {windowsHide: true}); // TODO: Remove in the next major release if (options.stripEof === false) {