Skip to content

Commit

Permalink
Merge pull request #25 from gsf/patch-1
Browse files Browse the repository at this point in the history
Call cb as commanded in docs
  • Loading branch information
sindresorhus committed Mar 15, 2013
2 parents d269211 + 4d51d3a commit 7764747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Do whatever you want with the output.
```javascript
function log(err, stdout, stderr, cb) {
console.log(stdout);
cb();
}

...
Expand Down

0 comments on commit 7764747

Please sign in to comment.