Skip to content

Commit b025796

Browse files
committed
add shell true to avoid error
1 parent 77073e0 commit b025796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/scripts/test/launchTestUtilities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ async function invokeVSCodeCli(vsCodeExecutablePath: string, args: string[]): Pr
185185
const spawnResult = proc.spawnSync(cli, cmdArgs, {
186186
encoding: 'utf-8',
187187
stdio: 'pipe',
188+
shell: true,
188189
})
189190

190191
if (spawnResult.status !== 0) {

0 commit comments

Comments
 (0)