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 <gpunathi@in.ibm.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
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)