| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d83d55e commit cf1d3d1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,7 +68,7 @@ function runNextTicks() { | |||
| 68 | 68 | function processTicksAndRejections() { | |
| 69 | 69 | let tock; | |
| 70 | 70 | do { | |
| 71 | - while (tock = queue.shift()) { | ||
| 71 | + while ((tock = queue.shift()) !== null) { | ||
| 72 | 72 | const asyncId = tock[async_id_symbol]; | |
| 73 | 73 | emitBefore(asyncId, tock[trigger_async_id_symbol], tock); | |
| 74 | 74 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments