Skip to content

Commit

Permalink
Fixed some result formatting in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 26, 2013
1 parent aa02370 commit 6030caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -276,7 +276,7 @@ tasks.addTask(function(){
tasks.once('complete', function(err, results){
console.log([err, result]);
/* [Error("the first task failed"), [
[Error("the first task failed")],
[Error("the first task failed")]
]] */
});

Expand Down Expand Up @@ -310,7 +310,7 @@ tasks.addTask(function(){
tasks.once('complete', function(err, results){
console.log([err, result]);
/* [Error("the second task failed"), [
[Error("the second task failed")],
[Error("the second task failed")]
]] */
});

Expand Down

0 comments on commit 6030caa

Please sign in to comment.