| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 768c9cb commit 11e9d6e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,8 +19,8 @@ const tmpPath = path.join(testRoot, tmpdirName); | |||
| 19 | 19 | ||
| 20 | 20 | let firstRefresh = true; | |
| 21 | 21 | function refresh() { | |
| 22 | - rmSync(this.path); | ||
| 23 | - fs.mkdirSync(this.path); | ||
| 22 | + rmSync(tmpPath); | ||
| 23 | + fs.mkdirSync(tmpPath); | ||
| 24 | 24 | ||
| 25 | 25 | if (firstRefresh) { | |
| 26 | 26 | firstRefresh = false; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments