Browse Source

docs: uncaughtException is here to stay

Brings docs in line with decision made here:

https://github.com/joyent/node/issues/2582#issuecomment-9971225
v0.11.1-release
Felix Geisendörfer 12 years ago
parent
commit
a2fd657b10
  1. 2
      doc/api/process.markdown

2
doc/api/process.markdown

@ -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!

Loading…
Cancel
Save