Skip to content

Commit

Permalink
Fix(async): don't warn anymore about unhandled errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 22, 2016
1 parent e9b2aaa commit bb306e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/async.js
Expand Up @@ -41,7 +41,6 @@
}
}
).catch((err) => {
console.warn("Unhandled error in async function.", err);
reject(err);
});
}
Expand Down

0 comments on commit bb306e5

Please sign in to comment.