test: use common.crashOnUnhandledRejection

Add common.crashOnUnhandledRejection to
test/sequential/test-inspector-break-e.js

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
yozian 2017-11-22 16:18:37 +08:00 committed by Myles Borins
parent e4f5c63a6b
commit c9b94ff79e
No known key found for this signature in database
GPG Key ID: 933B01F40B5CA946

View File

@ -2,6 +2,7 @@
const common = require('../common');
common.skipIfInspectorDisabled();
common.crashOnUnhandledRejection();
const assert = require('assert');
const { NodeInstance } = require('../common/inspector-helper.js');