Files
Kmake/test/fixtures/errors/throw_in_eval_anonymous.snapshot

9 lines
203 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
<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 *