mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
e7cab71574
Adds compiler_test.ts
9 lines
311 B
Text
9 lines
311 B
Text
hello
|
|
before error
|
|
Error: error
|
|
at foo ([WILDCARD]tests/async_error.ts:4:9)
|
|
at eval ([WILDCARD]tests/async_error.ts:7:1)
|
|
at DenoCompiler.eval [as _globalEval] (<anonymous>)
|
|
at DenoCompiler.run (deno/js/compiler.ts:[WILDCARD])
|
|
at denoMain (deno/js/main.ts:[WILDCARD])
|
|
at deno_main.js:1:1
|