We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2e636 commit b8c142cCopy full SHA for b8c142c
lib/timers.js
@@ -741,7 +741,7 @@ function tryOnImmediate(immediate, oldTail) {
741
var threw = true;
742
emitBefore(immediate[async_id_symbol], immediate[trigger_id_symbol]);
743
try {
744
- // make the actual call outside the try/catch to allow it to be optimized
+ // make the actual call outside the try/finally to allow it to be optimized
745
runCallback(immediate);
746
threw = false;
747
} finally {
0 commit comments