diff options
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r-- | tests/async_error.ts.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index 1290629b1..c98c79bfc 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -1,8 +1,8 @@ hello before error Error: error - at foo ([WILDCARD]tests/async_error.ts:5:9) - at eval ([WILDCARD]tests/async_error.ts:8:1) + 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]) |