| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 16f8f9b commit ba830f0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,9 @@ if (process.config.variables.node_without_node_options) | |||
| 8 | 8 | const assert = require('assert'); | |
| 9 | 9 | const exec = require('child_process').execFile; | |
| 10 | 10 | ||
| 11 | + common.refreshTmpDir(); | ||
| 12 | + process.chdir(common.tmpDir); | ||
| 13 | + | ||
| 11 | 14 | disallow('--version'); | |
| 12 | 15 | disallow('-v'); | |
| 13 | 16 | disallow('--help'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments