0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Felix Geisendörfer bf9d8e9214 Fix exception output for module load exceptions
So instead of:

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^

You will now see:

path/to/foo.js:1
throw new Error('bar');
      ^

This is a sub-set of isaacs patch here:

https://github.com/joyent/node/issues/3235

The difference is that this patch purely adresses the exception output,
but does not try to make any behavior changes / improvements.
2012-05-09 11:54:43 -07:00
..
disabled enable test-fs-largefile.js test 2012-04-05 18:18:48 -07:00
fixtures Change test fixture from symlink to regular file 2012-03-02 09:17:09 -08:00
gc Clean up gc tests 2012-05-04 10:40:38 -07:00
internet Tests: fix jslint issues 2012-01-17 19:45:09 +01:00
message Fix exception output for module load exceptions 2012-05-09 11:54:43 -07:00
pummel tls: mitigate session renegotiation attacks 2012-02-16 18:15:21 +01:00
simple zlib: fix error reporting 2012-05-09 04:44:04 +02:00
CMakeLists.txt cmake cleanup 2010-11-23 23:33:19 -06:00
common.js tests: fix more lint issues 2012-01-17 20:16:49 +01:00