We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7673de8 commit 90504b9Copy full SHA for 90504b9
test/sequential/test-inspector-debug-brk-flag.js
@@ -34,7 +34,7 @@ async function runTests() {
34
await testBreakpointOnStart(session);
35
await session.runToCompletion();
36
37
- assert.strictEqual(55, (await child.expectShutdown()).exitCode);
+ assert.strictEqual((await child.expectShutdown()).exitCode, 55);
38
}
39
40
runTests();
0 commit comments