Skip to content

Commit

Permalink
test: use common.crashOnUnhandledRejection
Browse files Browse the repository at this point in the history
PR-URL: #17218
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
esbb48 authored and gibfahn committed Dec 19, 2017
1 parent a213e51 commit 82393df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-http-agent.js
Expand Up @@ -23,6 +23,7 @@
const common = require('../common');
const assert = require('assert');
const http = require('http');
common.crashOnUnhandledRejection();

const N = 4;
const M = 4;
Expand Down

0 comments on commit 82393df

Please sign in to comment.