Skip to content

Commit 56d3c66

Browse files
committed
docs(help) rm path
1 parent dd9c944 commit 56d3c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spawn.on('data', function(data) {
2525

2626
/* not mandatory */
2727
spawn.on('start', function() {
28-
console.log('process has been started', path);
28+
console.log('process has been started');
2929
// kill process after start
3030
spawn.kill();
3131
});

0 commit comments

Comments
 (0)