diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-06 14:17:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-06 14:17:13 -0500 |
| commit | f37d67e80933bc437fbd29092108eaf2deeee383 (patch) | |
| tree | 1c5ca050f8a4786b7a872b013c35da0a6b5f6e77 /tests/error_001.ts.out | |
| parent | 57301909cd9eee6aeaafeda19aab372e034ff7c4 (diff) | |
Revert "Split Runner from Compiler" (#1462)
This reverts commit 3d03f5b0cb3c513e449f3aaa5d35c493b72f47b4.
Diffstat (limited to 'tests/error_001.ts.out')
| -rw-r--r-- | tests/error_001.ts.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/error_001.ts.out b/tests/error_001.ts.out index b015c6098..1ab615fc0 100644 --- a/tests/error_001.ts.out +++ b/tests/error_001.ts.out @@ -2,7 +2,7 @@ at foo (file://[WILDCARD]tests/error_001.ts:2:9) at bar (file://[WILDCARD]tests/error_001.ts:6:3) at eval (file://[WILDCARD]tests/error_001.ts:9:1) - at _gatherDependencies ([WILDCARD]/js/runner.ts:[WILDCARD]) - at run ([WILDCARD]/js/runner.ts:[WILDCARD]) + at _gatherDependencies ([WILDCARD]/js/compiler.ts:[WILDCARD]) + at run ([WILDCARD]/js/compiler.ts:[WILDCARD]) at denoMain ([WILDCARD]/js/main.ts:[WILDCARD]) at <anonymous>:1:1 |
