Andrew Mitchell
|
c4c6a8dae4
|
fix: Use # to denote line number in stack traces (#6114)
This makes the URLs in stack traces actual URLs to the files.
Before: https://deno.land/std/testing/asserts.ts:138:11
After: https://deno.land/std/testing/asserts.ts#138:11
|
2020-06-05 08:01:02 -04:00 |
|
Nayeem Rahman
|
ef6ee25e09
|
refactor(cli/fmt_errors): Improve source line formatting (#4832)
|
2020-04-20 15:39:02 -04:00 |
|
Kevin (Kun) "Kassimo" Qian
|
3d228f5f9e
|
hide source line if error message longer than 150 chars (#4487)
|
2020-03-24 23:53:48 -04:00 |
|