| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,8 @@ if (process.config.variables.v8_enable_inspector === 0) { | |||
| 23 | 23 | const cluster = require('cluster'); | |
| 24 | 24 | const net = require('net'); | |
| 25 | 25 | ||
| 26 | + common.crashOnUnhandleRejection(); | ||
| 27 | + | ||
| 26 | 28 | const ports = [process.debugPort]; | |
| 27 | 29 | const clashPort = process.debugPort + 2; | |
| 28 | 30 | function serialFork() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments