Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/throw_custom_error.out')
-rw-r--r--test/message/throw_custom_error.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/throw_custom_error.out b/test/message/throw_custom_error.out
index ef73c52c889..0c6b9d128c9 100644
--- a/test/message/throw_custom_error.out
+++ b/test/message/throw_custom_error.out
@@ -1,4 +1,4 @@
-*test*message*throw_custom_error.js:6
+*test*message*throw_custom_error.js:*
throw ({ name: 'MyCustomError', message: 'This is a custom message' });
^
MyCustomError: This is a custom message