summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/eval_context_throw_with_conflicting_source.ts
AgeCommit message (Collapse)Author
2022-07-11perf(cli/proc_state): Get error source lines from memory (#15031)Nayeem Rahman
2021-10-18fix(cli/fmt_errors): don't panic on source line formatting errors (#12449)Nayeem Rahman
Returns empty values in case of errors, source lines are non-essential anyway. These errors can happen e.g. when source files change at runtime. A warning is also printed to help us track when it happens in unexpected cases besides this.