Felix Geisendörfer 2b252acea4 Implement process "uncaughtException" event
This event can be used to overwrite the default exception mechanism which
reports the exception and kills the node process.

See google group post:
http://groups.google.com/group/nodejs/browse_thread/thread/9721dc3a2638446f
2009-11-14 23:46:37 +01:00
2009-11-10 17:43:37 +01:00
2009-11-13 17:12:41 +01:00
2009-11-07 20:20:30 +01:00
2009-10-07 15:02:42 +02:00
2009-10-07 15:02:42 +02:00
2009-10-09 14:55:29 +02:00
2009-11-07 20:20:30 +01:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need asciidoc and
xsltproc:

  make doc install
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.
Description
No description provided
Readme 175 MiB