0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-24 06:02:18 -05:00
denoland-deno/tests/specs/compile/error/local/output.out
David Sherret f003040df5 fix(compile): be more deterministic when compiling the same code in different directories (#27395)
Additionaly, this no longer unnecessarily stores the source twice for
file specifiers and fixes some sourcemap issues.

Closes https://github.com/denoland/deno/issues/27284
2025-01-09 15:19:11 -05:00

6 lines
240 B
Text

error: Uncaught (in promise) Error: boom!
throw new Error("boom!");
^
at boom (file:///[WILDLINE]standalone_error.ts:2:9)
at foo (file:///[WILDLINE]standalone_error.ts:6:3)
at file:///[WILDLINE]standalone_error.ts:9:1