| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 19abee1 commit cc80914
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,7 @@ assert.strictEqual(path.resolve(socketDir, socketName).length > 100, true, | |||
| 20 | 20 | ||
| 21 | 21 | if (cluster.isMaster) { | |
| 22 | 22 | // ensure that the worker exits peacefully | |
| 23 | + common.refreshTmpDir(); | ||
| 23 | 24 | process.chdir(common.tmpDir); | |
| 24 | 25 | fs.mkdirSync(socketDir); | |
| 25 | 26 | cluster.fork().on('exit', common.mustCall(function(statusCode) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments