Skip to content

Commit

Permalink
test: add common.crashOnHandleRejection
Browse files Browse the repository at this point in the history
PR-URL: #17225
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Jackyen authored and MylesBorins committed Dec 19, 2017
1 parent 7cbdeef commit 89f1b6c
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,8 +1,9 @@
'use strict';
require('../common');
const common = require('../common');
const assert = require('assert');

const net = require('net');
common.crashOnUnhandledRejection();

// Sets the server's maxConnections property to 1.
// Open 2 connections (connection 0 and connection 1).
Expand Down

0 comments on commit 89f1b6c

Please sign in to comment.