Skip to content

Commit

Permalink
special case windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 24, 2024
1 parent 19c9848 commit cf8a712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ ${ENDGROUP}`)
...process.env,
...env,
},
shell: true,
// See: https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2
shell: process.platform === 'win32',
})
child.stdout.on('data', stdout)
child.stderr.on('data', handleOutput('stderr'))
Expand Down

0 comments on commit cf8a712

Please # to comment.