We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ea0d5 commit bc47361Copy full SHA for bc47361
1 file changed
scripts/browser-runtime-smoke.js
@@ -20,6 +20,7 @@ function runCommand(command, arguments_, options = {}) {
20
cwd: options.cwd,
21
env: options.env,
22
encoding: 'utf-8',
23
+ shell: process.platform === 'win32',
24
});
25
26
if (result.status !== 0) {
0 commit comments