@@ -129,7 +129,7 @@ added: v0.1.90
129
129
* ` timeout ` {Number} (Default: 0)
130
130
* ` maxBuffer ` {Number} largest amount of data (in bytes) allowed on stdout or
131
131
stderr - if exceeded child process is killed (Default: ` 200*1024 ` )
132
- * ` killSignal ` {String} (Default: 'SIGTERM')
132
+ * ` killSignal ` {String|Integer } (Default: 'SIGTERM')
133
133
* ` uid ` {Number} Sets the user identity of the process. (See setuid(2).)
134
134
* ` gid ` {Number} Sets the group identity of the process. (See setgid(2).)
135
135
* ` callback ` {Function} called with the output when process terminates
@@ -210,7 +210,7 @@ added: v0.1.91
210
210
* ` timeout ` {Number} (Default: 0)
211
211
* ` maxBuffer ` {Number} largest amount of data (in bytes) allowed on stdout or
212
212
stderr - if exceeded child process is killed (Default: 200\* 1024)
213
- * ` killSignal ` {String} (Default: 'SIGTERM')
213
+ * ` killSignal ` {String|Integer } (Default: 'SIGTERM')
214
214
* ` uid ` {Number} Sets the user identity of the process. (See setuid(2).)
215
215
* ` gid ` {Number} Sets the group identity of the process. (See setgid(2).)
216
216
* ` callback ` {Function} called with the output when process terminates
@@ -571,7 +571,7 @@ added: v0.11.12
571
571
* ` uid ` {Number} Sets the user identity of the process. (See setuid(2).)
572
572
* ` gid ` {Number} Sets the group identity of the process. (See setgid(2).)
573
573
* ` timeout ` {Number} In milliseconds the maximum amount of time the process is allowed to run. (Default: undefined)
574
- * ` killSignal ` {String} The signal value to be used when the spawned process will be killed. (Default: 'SIGTERM')
574
+ * ` killSignal ` {String|Integer } The signal value to be used when the spawned process will be killed. (Default: 'SIGTERM')
575
575
* ` maxBuffer ` {Number} largest amount of data (in bytes) allowed on stdout or
576
576
stderr - if exceeded child process is killed
577
577
* ` encoding ` {String} The encoding used for all stdio inputs and outputs. (Default: 'buffer')
@@ -610,7 +610,7 @@ added: v0.11.12
610
610
* ` uid ` {Number} Sets the user identity of the process. (See setuid(2).)
611
611
* ` gid ` {Number} Sets the group identity of the process. (See setgid(2).)
612
612
* ` timeout ` {Number} In milliseconds the maximum amount of time the process is allowed to run. (Default: undefined)
613
- * ` killSignal ` {String} The signal value to be used when the spawned process will be killed. (Default: 'SIGTERM')
613
+ * ` killSignal ` {String|Integer } The signal value to be used when the spawned process will be killed. (Default: 'SIGTERM')
614
614
* ` maxBuffer ` {Number} largest amount of data (in bytes) allowed on stdout or
615
615
stderr - if exceeded child process is killed
616
616
* ` encoding ` {String} The encoding used for all stdio inputs and outputs. (Default: 'buffer')
@@ -648,7 +648,7 @@ added: v0.11.12
648
648
* ` uid ` {Number} Sets the user identity of the process. (See setuid(2).)
649
649
* ` gid ` {Number} Sets the group identity of the process. (See setgid(2).)
650
650
* ` timeout ` {Number} In milliseconds the maximum amount of time the process is allowed to run. (Default: undefined)
651
- * ` killSignal ` {String} The signal value to be used when the spawned process will be killed. (Default: 'SIGTERM')
651
+ * ` killSignal ` {String|Integer } The signal value to be used when the spawned process will be killed. (Default: 'SIGTERM')
652
652
* ` maxBuffer ` {Number} largest amount of data (in bytes) allowed on stdout or
653
653
stderr - if exceeded child process is killed
654
654
* ` encoding ` {String} The encoding used for all stdio inputs and outputs. (Default: 'buffer')
0 commit comments