Commit b9d21e5
src: fix off-by-one error in native SetImmediate
Previously, the throwing callback would have been re-executed in case
of an exception. This patch corrects the calculation to exclude the
callback.
PR-URL: #28082
Fixes: #26754
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 07ab591 commit b9d21e5Copy full SHA for b9d21e5
File tree
Expand file treeCollapse file tree
1 file changed
+5
-0
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+5
-0
lines changedOpen diff view settings
Collapse file
+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
641 | 641 | |
642 | 642 | |
643 | 643 | |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
644 | 649 | |
645 | 650 | |
646 | 651 | |
|
0 commit comments