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 2632775 commit b16a328Copy full SHA for b16a328
doc/api/child_process.markdown
@@ -192,7 +192,7 @@ be sent `'SIGTERM'`. See `signal(7)` for a list of available signals.
192
grep = spawn('grep', ['ssh']);
193
194
grep.on('close', function (code, signal) {
195
- console.log('child process terminated due to receipt of signal '+signal);
+ console.log('child process terminated due to receipt of signal ' + signal);
196
});
197
198
// send SIGHUP to process
0 commit comments