diff --git a/lib/timers.js b/lib/timers.js index 50abf5c254d..5f3982fa4a9 100644 --- a/lib/timers.js +++ b/lib/timers.js @@ -741,7 +741,7 @@ function tryOnImmediate(immediate, oldTail) { var threw = true; emitBefore(immediate[async_id_symbol], immediate[trigger_id_symbol]); try { - // 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 runCallback(immediate); threw = false; } finally {