| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 17a527e commit 2861778
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,7 +69,7 @@ const d = require('domain').create(); | |||
| 69 | 69 | d.on('error', (er) => { | |
| 70 | 70 | // The error won't crash the process, but what it does is worse! | |
| 71 | 71 | // Though we've prevented abrupt process restarting, we are leaking | |
| 72 | - // resources like crazy if this ever happens. | ||
| 72 | + // a lot of resources if this ever happens. | ||
| 73 | 73 | // This is no better than process.on('uncaughtException')! | |
| 74 | 74 | console.log(`error, but oh well ${er.message}`); | |
| 75 | 75 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments