We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7273b commit d60c487Copy full SHA for d60c487
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