| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 969defa commit 674cbf8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,6 @@ var cluster = require('cluster'); | |||
| 2 | 2 | if (cluster.isMaster) { | |
| 3 | 3 | cluster.fork(); // one child | |
| 4 | 4 | cluster.on('exit', function(worker, code, signal) { | |
| 5 | - console.log('worker terminated with code ' + code); | ||
| 5 | + console.log(`worker terminated with code ${code}`); | ||
| 6 | 6 | }); | |
| 7 | 7 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments