We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a527e commit 2861778Copy full SHA for 2861778
doc/api/domain.md
@@ -69,7 +69,7 @@ const d = require('domain').create();
69
d.on('error', (er) => {
70
// The error won't crash the process, but what it does is worse!
71
// Though we've prevented abrupt process restarting, we are leaking
72
- // resources like crazy if this ever happens.
+ // a lot of resources if this ever happens.
73
// This is no better than process.on('uncaughtException')!
74
console.log(`error, but oh well ${er.message}`);
75
});
0 commit comments