Files
node/test/fixtures/errors/throw_in_eval_anonymous.snapshot
Chengzhong Wu 483e3d5e4b src: fix undefined script name in error source
PR-URL: https://github.com/nodejs/node/pull/56502
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2025-01-09 14:06:31 +00:00

9 lines
203 B
Plaintext

<anonymous_script>:*
throw new Error('error in anonymous script');
^
Error: error in anonymous script
at eval (eval at <anonymous> (*throw_in_eval_anonymous.js:*:*), <anonymous>:*:*)
Node.js *