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 bcbb937 commit 113fb96Copy full SHA for 113fb96
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