summaryrefslogtreecommitdiff
path: root/tests/async_error.ts.out
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-10 15:16:41 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-08-11 09:02:07 -0700
commit4772c14d125f61e0f78107f686d24ac72bd72d7c (patch)
tree76f314e54417076d5298252f3284cf7d510365d3 /tests/async_error.ts.out
parentc7ce450ee97497944756b6af60034521953431fc (diff)
Add async tests from prototype
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r--tests/async_error.ts.out10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out
new file mode 100644
index 000000000..1290629b1
--- /dev/null
+++ b/tests/async_error.ts.out
@@ -0,0 +1,10 @@
+hello
+before error
+Error: error
+ at foo ([WILDCARD]tests/async_error.ts:5:9)
+ at eval ([WILDCARD]tests/async_error.ts:8:1)
+ at eval (<anonymous>)
+ at execute (deno/js/runtime.ts:[WILDCARD])
+ at FileModule.compileAndRun (deno/js/runtime.ts:[WILDCARD])
+ at denoMain (deno/js/main.ts:[WILDCARD])
+ at deno_main.js:1:1