| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 58646ea commit 3948acc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,6 +16,10 @@ process.on('uncaughtException', common.mustCall((err) => { | |||
| 16 | 16 | throw new Error('finalizer error'); | |
| 17 | 17 | })); | |
| 18 | 18 | } | |
| 19 | + global.gc(true); | ||
| 20 | + await tick(common.platformTimeout(100)); | ||
| 19 | 21 | global.gc(); | |
| 20 | - await tick(10); | ||
| 22 | + await tick(common.platformTimeout(100)); | ||
| 23 | + global.gc(); | ||
| 24 | + await tick(common.platformTimeout(100)); | ||
| 21 | 25 | })().then(common.mustCall()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments