E578
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1a35c commit 1474460Copy full SHA for 1474460
test/parallel/test-http2-client-promisify-connect.js
@@ -1,6 +1,8 @@
1
'use strict';
2
3
const common = require('../common');
4
+common.crashOnUnhandledRejection();
5
+
6
if (!common.hasCrypto)
7
common.skip('missing crypto');
8
const assert = require('assert');
0 commit comments