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 57b4fc1 commit 4874ce2Copy full SHA for 4874ce2
test/sequential/test-inspector-exception.js
@@ -39,7 +39,7 @@ async function runTest() {
39
const session = await child.connectInspectorSession();
40
await testBreakpointOnStart(session);
41
await session.runToCompletion();
42
- assert.strictEqual(1, (await child.expectShutdown()).exitCode);
+ assert.strictEqual((await child.expectShutdown()).exitCode, 1);
43
}
44
45
runTest();
0 commit comments