Skip to content

Instantly share code, notes, and snippets.

diff --git a/src/node.js b/src/node.js
index c194c23..afc8e23 100644
--- a/src/node.js
+++ b/src/node.js
@@ -473,25 +473,26 @@
function nextTick(callback) {
// on the way out, don't bother. it won't get fired anyway.
if (process._exiting)
return;