diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-22 17:17:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 17:17:26 -0400 |
commit | e7cab715749e4c5000c24ffeade1ef915d15a68d (patch) | |
tree | 3ddb749342a415112f3bf4b1f3aa7156dca9c8af /tests/async_error.ts.out | |
parent | c5bb412933d750c80c93eaa4840eb3bbac33bc2c (diff) |
runtime.ts refactor into compiler.ts (#564)
Adds compiler_test.ts
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r-- | tests/async_error.ts.out | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index c98c79bfc..f282f6c3e 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -3,8 +3,7 @@ before error Error: error at foo ([WILDCARD]tests/async_error.ts:4:9) at eval ([WILDCARD]tests/async_error.ts:7:1) - at eval (<anonymous>) - at execute (deno/js/runtime.ts:[WILDCARD]) - at FileModule.compileAndRun (deno/js/runtime.ts:[WILDCARD]) + 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 |