Files
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
..
2011-11-02 16:38:59 -07:00
2010-06-19 17:41:34 -07:00
2010-06-18 18:14:06 -07:00
2010-10-18 14:54:39 -07:00
2012-01-17 19:45:09 +01:00
2012-01-17 19:45:09 +01:00