| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 823f0ce commit 818b280
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ const path = require('path'); | |||
| 29 | 29 | const tmpdir = require('../common/tmpdir'); | |
| 30 | 30 | tmpdir.refresh(); | |
| 31 | 31 | ||
| 32 | - const filename = path.join(tmpdir.path || '/tmp', 'big'); | ||
| 32 | + const filename = path.join(tmpdir.path, 'big'); | ||
| 33 | 33 | let count = 0; | |
| 34 | 34 | ||
| 35 | 35 | const server = http.createServer((req, res) => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments