mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
4662ace916
V8 3.4.12.1 changed exception log format. 3.14.10: node.js:189 throw e; // process.nextTick error, or 'error' event on first tick ^ 3.4.12.1: node.js:189 throw e; // process.nextTick error, or 'error' event on first tick ^ The caret was moved.
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
before
|
|
|
|
node.js:*
|
|
throw e; // process.nextTick error, or 'error' event on first tick
|
|
^
|
|
MyCustomError: This is a custom message
|