mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
54aefa2886
Plus changes to tests to accomodate.
10 lines
384 B
Text
10 lines
384 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._gatherDependencies (deno/js/compiler.ts:[WILDCARD])
|
|
at DenoCompiler.run (deno/js/compiler.ts:[WILDCARD])
|
|
at denoMain (deno/js/main.ts:[WILDCARD])
|
|
at deno_main.js:1:1
|