diff options
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 | 4 |
1 files changed, 4 insertions, 0 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 new file mode 100644 index 000000000..37219ba86 --- /dev/null +++ b/cli/tests/testdata/eval_context_throw_with_conflicting_source.ts.out @@ -0,0 +1,4 @@ +[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 file:///[WILDCARD]/eval_context_throw_with_conflicting_source.ts:[WILDCARD] |