| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b283ae4 commit 1d9c371
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -86,7 +86,7 @@ function stopTest(timeout, signal) { | |||
| 86 | 86 | ||
| 87 | 87 | if (timeout === kDefaultTimeout) { | |
| 88 | 88 | disposeFunction = abortListener[SymbolDispose]; | |
| 89 | - } if (timeout !== kDefaultTimeout) { | ||
| 89 | + } else { | ||
| 90 | 90 | timer = setTimeout(() => deferred.resolve(), timeout); | |
| 91 | 91 | timer.unref(); | |
| 92 | 92 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments