Skip to content
Merged
Prev Previous commit
Next Next commit
Update test/sequential/test-debugger-backtrace.js
  • Loading branch information
Trott authored Sep 28, 2022
commit 736d299f80c0137206573aff5f920d36c18ca72f
4 changes: 2 additions & 2 deletions test/sequential/test-debugger-backtrace.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const path = require('path');
await cli.command('backtrace');
assert.ok(cli.output.includes(`#0 topFn ${script}:7:2`));
await cli.quit();
} catch (error) {
return onFatal(error);
} finally {
await cli.quit()
}
}

Expand Down