diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-08-17 00:28:02 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-17 12:43:21 -0400 |
commit | 565a21eb0eee61048f6f770bfb24a03131fbc958 (patch) | |
tree | b27ab704ef8ed6b77a74b62d8697588ad8f862b9 /tests/async_error.ts.out | |
parent | 87a061785e7ac795b9b3ef262d382dbfe6887eda (diff) |
chore: format files in tests/
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]) |