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 4063335 commit f07f420Copy full SHA for f07f420
test/parallel/test-crypto-random.js
@@ -34,9 +34,6 @@ const { inspect } = require('util');
34
const kMaxUint32 = Math.pow(2, 32) - 1;
35
const kMaxPossibleLength = Math.min(kMaxLength, kMaxUint32);
36
37
-// Bump, we register a lot of exit listeners
38
-process.setMaxListeners(256);
39
-
40
common.expectWarning('DeprecationWarning',
41
'crypto.pseudoRandomBytes is deprecated.', 'DEP0115');
42
0 commit comments