Skip to content

Commit 663954e

Browse files
authored
fix: update .debug.script.mjs (#517)
Apply fix for EINVAL suggested at nodejs/node#52554 (comment)
1 parent 497d9ed commit 663954e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vscode/.debug.script.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ spawn(
1919
{
2020
stdio: 'inherit',
2121
env: Object.assign(process.env, { VSCODE_DEBUG: 'true' }),
22+
shell: true,
2223
},
2324
)

0 commit comments

Comments
 (0)