Skip to content

Commit

Permalink
Update .debug.script.mjs
Browse files Browse the repository at this point in the history
Apply fix for EINVAL suggested at nodejs/node#52554 (comment)
  • Loading branch information
dnoliver authored Nov 13, 2024
1 parent f06b279 commit 9b0aa7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/.debug.script.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ spawn(
{
stdio: 'inherit',
env: Object.assign(process.env, { VSCODE_DEBUG: 'true' }),
shell: true,
},
)

0 comments on commit 9b0aa7d

Please sign in to comment.