We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade0170 commit 617b8d4Copy full SHA for 617b8d4
test/sequential/test-inspector-enabled.js
@@ -19,7 +19,7 @@ assert(
19
'inspector.isEnabled() should be false after _debugEnd()');
20
`;
21
22
-const args = ['--inspect', '-e', script];
+const args = ['--inspect=0', '-e', script];
23
const child = spawn(process.execPath, args, {
24
stdio: 'inherit',
25
env: { ...process.env, NODE_V8_COVERAGE: '' }
0 commit comments