diff --git a/tools/cli/dev-bundle-bin-commands.js b/tools/cli/dev-bundle-bin-commands.js index a3b980533b..762a61480b 100644 --- a/tools/cli/dev-bundle-bin-commands.js +++ b/tools/cli/dev-bundle-bin-commands.js @@ -33,7 +33,8 @@ async function getChildProcess({ isFirstTry }) { const child = require("child_process").spawn(cmd, args, { stdio: "inherit", - env: env + env: env, + shell: true, }); require("./flush-buffers-on-exit-in-windows"); child.on("error", function (error) {