Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: uncaughtException is here to stay
Browse files Browse the repository at this point in the history
Brings docs in line with decision made here:

#2582 (comment)
  • Loading branch information
felixge committed Apr 9, 2013
1 parent 7357bcb commit a2fd657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Example of listening for `uncaughtException`:
console.log('This will not run.');

Note that `uncaughtException` is a very crude mechanism for exception
handling and may be removed in the future.
handling.

Don't use it, use [domains](domain.html) instead. If you do use it, restart
your application after every unhandled exception!
Expand Down

0 comments on commit a2fd657

Please sign in to comment.