We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936a999 commit a089810Copy full SHA for a089810
test/parallel/test-async-context-frame.mjs
@@ -50,6 +50,7 @@ describe('AsyncContextFrame', {
50
const proc = spawn(python, [
51
testRunner,
52
`--mode=${process.features.debug ? 'debug' : 'release'}`,
53
+ `--shell=${process.execPath}`,
54
'--node-args=--experimental-async-context-frame',
55
test,
56
], {
0 commit comments