Skip to content

Commit 4ad4812

Browse files
committed
Fix: 'stack exceeded' error on node.js v0.10
1 parent 48eb571 commit 4ad4812

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/deps/forge.js

-7
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,4 @@ modeRaw.prototype.decrypt = function(input, output) {
9292
forge.cipher.registerAlgorithm(name, factory);
9393
})();
9494

95-
// Redefine util.setImmediate(cb) to always be util.nextTick(cb)
96-
(function() {
97-
if (forge.util.nextTick !== forge.util.setImmediate) {
98-
forge.util.setImmediate = forge.util.nextTick;
99-
}
100-
})();
101-
10295
module.exports = forge;

0 commit comments

Comments
 (0)