We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfd4ea commit 582f1f0Copy full SHA for 582f1f0
test/parallel/test-http-agent.js
@@ -23,6 +23,7 @@
23
const common = require('../common');
24
const assert = require('assert');
25
const http = require('http');
26
+common.crashOnUnhandledRejection();
27
28
const N = 4;
29
const M = 4;
0 commit comments