We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af59b9d commit 42f43d5Copy full SHA for 42f43d5
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