| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a2ac9d3 commit b87ae6d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,9 +15,8 @@ const imp = (file) => { | |||
| 15 | 15 | }; | |
| 16 | 16 | ||
| 17 | 17 | (async () => { | |
| 18 | - const tmp = tmpdir.path; | ||
| 19 | - await fs.mkdir(tmp).catch(() => {}); | ||
| 20 | - const rel = (file) => path.join(tmp, file); | ||
| 18 | + tmpdir.refresh(); | ||
| 19 | + const rel = (file) => path.join(tmpdir.path, file); | ||
| 21 | 20 | ||
| 22 | 21 | { // Load a single script | |
| 23 | 22 | const file = rel('con.mjs'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments