mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
07be9fc3a6
Conflicts: Makefile lib/zlib.js src/node.cc src/node.js
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
before
|
|
|
|
*test*message*throw_custom_error.js:31
|
|
throw ({ name: 'MyCustomError', message: 'This is a custom message' });
|
|
^
|
|
MyCustomError: This is a custom message
|