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 dd9c944 commit 56d3c66Copy full SHA for 56d3c66
README.md
@@ -25,7 +25,7 @@ spawn.on('data', function(data) {
25
26
/* not mandatory */
27
spawn.on('start', function() {
28
- console.log('process has been started', path);
+ console.log('process has been started');
29
// kill process after start
30
spawn.kill();
31
});
0 commit comments