Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
fix comment slash
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacy committed May 14, 2015
1 parent 43bef1f commit 977a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ script.on('timeout', function(methodName) {
});

script.on('exit', function(err, output, methodName) {
console.log(methodName); / foo, bar, hello
console.log(methodName); // foo, bar, hello
});

// take note that a single script should only be
Expand Down

0 comments on commit 977a70e

Please sign in to comment.