diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-07-11 19:43:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 20:43:47 +0200 |
commit | 989c72313078e71b60e22902f8a3abc67d085187 (patch) | |
tree | 1d1b23447b566c2399884019354aa6ed7d78d675 /cli/tests/testdata/eval_context_throw_with_conflicting_source.ts.out | |
parent | 687c712be3be5d36db08ef9726ce356d99511484 (diff) |
perf(cli/proc_state): Get error source lines from memory (#15031)
Diffstat (limited to 'cli/tests/testdata/eval_context_throw_with_conflicting_source.ts.out')
-rw-r--r-- | cli/tests/testdata/eval_context_throw_with_conflicting_source.ts.out | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/eval_context_throw_with_conflicting_source.ts.out b/cli/tests/testdata/eval_context_throw_with_conflicting_source.ts.out deleted file mode 100644 index 8dfbd0431..000000000 --- a/cli/tests/testdata/eval_context_throw_with_conflicting_source.ts.out +++ /dev/null @@ -1,5 +0,0 @@ -[WILDCARD]error: Uncaught Error: foo -Warning Couldn't format source line: Column 31 is out of bounds (source may have changed at runtime) - at file:///[WILDCARD]/eval_context_conflicting_source.ts:1:31 - at [WILDCARD] - at file:///[WILDCARD]/eval_context_throw_with_conflicting_source.ts:[WILDCARD] |