Showing with 5 additions and 0 deletions.
  1. +5 −0 src/node.js
@@ -483,6 +483,11 @@

nextTickQueue.push(obj);
infoBox[length]++;

if (needSpinner) {
_needTickCallback();
needSpinner = false;
}
}
};