Skip to content

Commit 0e5ff6f

Browse files
yozianMylesBorins
authored andcommitted
test: use common.crashOnUnhandledRejection
Add common.crashOnUnhandledRejection to test/sequential/test-inspector-break-e.js PR-URL: #17242 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 24b1839 commit 0e5ff6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sequential/test-inspector-break-e.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
const common = require('../common');
33

44
common.skipIfInspectorDisabled();
5+
common.crashOnUnhandledRejection();
56

67
const assert = require('assert');
78
const { NodeInstance } = require('../common/inspector-helper.js');

0 commit comments

Comments
 (0)