mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
ebd2047de4
This commit changes formatting of JS errors; by not showing source lines for internal code. Where possible, instead using the top stack frame associated with user code i.e. the first location that is colourful and not a "deno:" URL.
4 lines
172 B
Text
4 lines
172 B
Text
[WILDCARD]error: Uncaught PermissionDenied: read access to "non-existent", run again with the --allow-read flag
|
|
Deno.readFileSync("non-existent");
|
|
^
|
|
at [WILDCARD]
|