mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
635337f953
Commit 3e1b1dd
("Remove excessive copyright/license boilerplate") broke
some of the message tests because without the license boilerplate at
the top, the line numbers no longer match up.
PR-URL: https://github.com/iojs/io.js/pull/316
Reviewed-By: Bert Belder <bertbelder@gmail.com>
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
before
|
|
*test*message*throw_custom_error.js:7
|
|
throw ({ name: 'MyCustomError', message: 'This is a custom message' });
|
|
^
|
|
MyCustomError: This is a custom message
|