diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-11 14:03:58 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-11 15:07:55 -0500 |
commit | 81c8926ee9469a792d33e650eb8b8ac007de1977 (patch) | |
tree | 40e058b2ecc77351d0097c05e0570175d7d30c31 /tests/async_error.ts.out | |
parent | bba1a0d44aa3dd58bd0de53f37982ef270c7a176 (diff) |
Use default filename for Isolate::execute.
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r-- | tests/async_error.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index dd844f9a9..8d276c739 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -7,4 +7,4 @@ Error: error at _gatherDependencies ([WILDCARD]/js/runner.ts:[WILDCARD]) at run ([WILDCARD]/js/runner.ts:[WILDCARD]) at denoMain ([WILDCARD]/js/main.ts:[WILDCARD]) - at deno_main.js:1:1 + at <anonymous>:1:1 |