| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 04d3538 commit ff86b1d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -178,7 +178,7 @@ function setPromiseHandled(promise) { | |||
| 178 | 178 | // MarkAsHandled, but this avoids the extra boundary cross | |
| 179 | 179 | // and is hopefully faster at the cost of an extra Promise | |
| 180 | 180 | // allocation. | |
| 181 | - PromisePrototypeThen(promise, () => {}, () => {}); | ||
| 181 | + PromisePrototypeThen(promise, undefined, () => {}); | ||
| 182 | 182 | } | |
| 183 | 183 | ||
| 184 | 184 | async function nonOpFlush() {} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments