| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -362,12 +362,12 @@ function unrefActive(item) { | |||
| 362 | 362 | // | |
| 363 | 363 | // Appends a timer onto the end of an existing timers list, or creates a new | |
| 364 | 364 | // list if one does not already exist for the specified timeout duration. | |
| 365 | - function insertGuarded(item, refed, start) { | ||
| 365 | + function insertGuarded(item, refed) { | ||
| 366 | 366 | const msecs = item._idleTimeout; | |
| 367 | 367 | if (msecs < 0 || msecs === undefined) | |
| 368 | 368 | return; | |
| 369 | 369 | ||
| 370 | - insert(item, msecs, start); | ||
| 370 | + insert(item, msecs); | ||
| 371 | 371 | ||
| 372 | 372 | const isDestroyed = item._destroyed; | |
| 373 | 373 | if (isDestroyed || !item[async_id_symbol]) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments