mirror of
https://github.com/denoland/deno.git
synced 2025-02-02 04:38:21 -05:00
c4c6a8dae4
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
4 lines
142 B
Text
4 lines
142 B
Text
[WILDCARD]error: Uncaught ReferenceError: consol is not defined
|
|
consol.log("hello world!");
|
|
^
|
|
at [WILDCARD]tests/error_008_checkjs.js#2:1
|