We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b51287 commit dae86e4Copy full SHA for dae86e4
lib/timers.js
@@ -739,7 +739,7 @@ function tryOnImmediate(immediate, oldTail) {
739
var threw = true;
740
emitBefore(immediate[async_id_symbol], immediate[trigger_id_symbol]);
741
try {
742
- // 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
743
runCallback(immediate);
744
threw = false;
745
} finally {
0 commit comments