Skip to content

Commit

Permalink
Add process.nextTick.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored and tlrobinson committed Mar 23, 2011
1 parent d0f3f1d commit cba99ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/long-stack-traces.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
var EventEmitter = require('events').EventEmitter; var EventEmitter = require('events').EventEmitter;
wrapRegistrationFunction(EventEmitter.prototype, "addListener", 1); wrapRegistrationFunction(EventEmitter.prototype, "addListener", 1);
wrapRegistrationFunction(EventEmitter.prototype, "on", 1); wrapRegistrationFunction(EventEmitter.prototype, "on", 1);

wrapRegistrationFunction(process, "nextTick", 0);
} }


// Copyright 2006-2008 the V8 project authors. All rights reserved. // Copyright 2006-2008 the V8 project authors. All rights reserved.
Expand Down

0 comments on commit cba99ad

Please sign in to comment.