File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ added: v0.11.2
144
144
-->
145
145
146
146
* ` code ` {Number} the exit code, if it exited normally.
147
- * ` signal ` {String} the name of the signal (eg . ` 'SIGHUP' ` ) that caused
147
+ * ` signal ` {String} the name of the signal (e.g . ` 'SIGHUP' ` ) that caused
148
148
the process to be killed.
149
149
150
150
Similar to the ` cluster.on('exit') ` event, but specific to this worker.
@@ -466,7 +466,7 @@ added: v0.7.9
466
466
467
467
* ` worker ` {cluster.Worker}
468
468
* ` code ` {Number} the exit code, if it exited normally.
469
- * ` signal ` {String} the name of the signal (eg . ` 'SIGHUP' ` ) that caused
469
+ * ` signal ` {String} the name of the signal (e.g . ` 'SIGHUP' ` ) that caused
470
470
the process to be killed.
471
471
472
472
When any of the workers die the cluster module will emit the ` 'exit' ` event.
You can’t perform that action at this time.
0 commit comments