We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb87ee commit bfcde97Copy full SHA for bfcde97
doc/api/cluster.md
@@ -305,7 +305,7 @@ this value.
305
```js
306
cluster.on('exit', (worker, code, signal) => {
307
if (worker.exitedAfterDisconnect === true) {
308
- console.log('Oh, it was just voluntary\' – no need to worry').
+ console.log('Oh, it was just voluntary – no need to worry');
309
}
310
});
311
@@ -408,7 +408,7 @@ this value.
408
409
410
if (worker.suicide === true) {
411
412
413
414
0 commit comments