Skip to content

Commit

Permalink
test: completed the TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJithil committed Jan 22, 2022
1 parent f17b73c commit 2182cc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/sequential/test-debugger-exceptions.js
Expand Up @@ -27,8 +27,7 @@ const path = require('path');
})
// Making sure it will die by default:
.then(() => cli.command('c'))
// TODO: Remove FATAL ERROR once node doesn't show a FATAL ERROR anymore.
.then(() => cli.waitFor(/disconnect|FATAL ERROR/))
.then(() => cli.waitFor(/disconnect/))

// Next run: With `breakOnException` it pauses in both places.
.then(() => cli.stepCommand('r'))
Expand Down

0 comments on commit 2182cc0

Please sign in to comment.