From 0daf33e5e7e754a8782b0b98fcc54c3e6ce194f0 Mon Sep 17 00:00:00 2001 From: danielLin Date: Wed, 22 Nov 2017 16:18:36 +0800 Subject: [PATCH] test: add crashonUnhandledRejection PR-URL: https://github.com/nodejs/node/pull/17237 Reviewed-By: Gireesh Punathil Reviewed-By: James M Snell --- test/sequential/test-inspector-port-cluster.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sequential/test-inspector-port-cluster.js b/test/sequential/test-inspector-port-cluster.js index 2428a7844e98c0..84ec408ebfb178 100644 --- a/test/sequential/test-inspector-port-cluster.js +++ b/test/sequential/test-inspector-port-cluster.js @@ -2,6 +2,7 @@ const common = require('../common'); +common.crashOnUnhandledRejection(); common.skipIfInspectorDisabled(); const assert = require('assert');