@@ -983,7 +983,7 @@ added: v0.1.90
983
983
The ` 'exit' ` event is emitted after the child process ends. If the process
984
984
exited, ` code ` is the final exit code of the process, otherwise ` null ` . If the
985
985
process terminated due to receipt of a signal, ` signal ` is the string name of
986
- the signal, otherwise ` null ` . One of the two will always be non-null.
986
+ the signal, otherwise ` null ` . One of the two will always be non-` null ` .
987
987
988
988
When the ` 'exit' ` event is triggered, child process stdio streams might still be
989
989
open.
@@ -1059,8 +1059,8 @@ within the child process to close the IPC channel as well.
1059
1059
1060
1060
* {integer}
1061
1061
1062
- The ` subprocess.exitcode ` property indicates the exit code of the child process.
1063
- If the child process is still running, the field will be null.
1062
+ The ` subprocess.exitCode ` property indicates the exit code of the child process.
1063
+ If the child process is still running, the field will be ` null ` .
1064
1064
1065
1065
### ` subprocess.kill([signal]) `
1066
1066
<!-- YAML
@@ -1360,7 +1360,7 @@ time it takes to send the connection to the child.
1360
1360
* {integer}
1361
1361
1362
1362
The ` subprocess.signalCode ` property indicates the signal number received by
1363
- the child process if any, else null.
1363
+ the child process if any, else ` null ` .
1364
1364
1365
1365
### ` subprocess.spawnargs `
1366
1366
0 commit comments