diff --git a/test/message/eval_messages.out b/test/message/eval_messages.out index 8840633959a18b..64743d4ae67acf 100644 --- a/test/message/eval_messages.out +++ b/test/message/eval_messages.out @@ -55,11 +55,11 @@ ReferenceError: y is not defined var ______________________________________________; throw 10 ^ 10 -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) [eval]:1 var ______________________________________________; throw 10 ^ 10 -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) done diff --git a/test/message/stdin_messages.out b/test/message/stdin_messages.out index 72edb0b00b28cd..3c71c5683b7d94 100644 --- a/test/message/stdin_messages.out +++ b/test/message/stdin_messages.out @@ -67,11 +67,11 @@ ReferenceError: y is not defined let ______________________________________________; throw 10 ^ 10 -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) [stdin]:1 let ______________________________________________; throw 10 ^ 10 -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) done diff --git a/test/message/throw_error_with_getter_throw.out b/test/message/throw_error_with_getter_throw.out index 5daf35aad44ce3..2162185e7845fc 100644 --- a/test/message/throw_error_with_getter_throw.out +++ b/test/message/throw_error_with_getter_throw.out @@ -3,4 +3,4 @@ throw { // eslint-disable-line no-throw-literal ^ [object Object] -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) diff --git a/test/message/throw_null.out b/test/message/throw_null.out index db6cc3edf583ef..c97dcbfe134a22 100644 --- a/test/message/throw_null.out +++ b/test/message/throw_null.out @@ -3,4 +3,4 @@ throw null; ^ null -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown) diff --git a/test/message/throw_undefined.out b/test/message/throw_undefined.out index 016eb8ffd95e33..4b2bfdbc590708 100644 --- a/test/message/throw_undefined.out +++ b/test/message/throw_undefined.out @@ -3,4 +3,4 @@ throw undefined; ^ undefined -(Use `node --trace-uncaught ...` to show where the exception was thrown) +(Use `* --trace-uncaught ...` to show where the exception was thrown)