From 07e8892e436f0d5fe5c80fa40bec366ca8708d96 Mon Sep 17 00:00:00 2001 From: danielLin Date: Wed, 22 Nov 2017 16:18:36 +0800 Subject: [PATCH] test: add crashonUnhandledRejection --- 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');