Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
felixge committed May 4, 2012
1 parent e4ac782 commit e450198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -98,8 +98,8 @@ Note: `'error'` are special in node. If they occur without an attached
listener, a stack trace is printed and your process is killed.

**tl;dr:** This module does not want you to to deal with silent failures. You
should always provide callbacks for all your method calls. If you want to
ignore this advice and suppress unhanded errors, you can do this:
should always provide callbacks to your method calls. If you want to ignore
this advice and suppress unhandled errors, you can do this:

```js
// I am Chuck Noris:
Expand Down

0 comments on commit e450198

Please sign in to comment.