zora-node
zora-node copied to clipboard
Show relative paths
trafficstars
It would be nice to show relative paths instead of full.
Like, src/app.test.spec.ts (forward slashed), but not \Dev\path\to\src\app.test.spec.ts:3:11 full path, back slashed

sounds like a good idea, I am just a bit concerned: Some terminals manage to build clickable link from those stack traces. If we overwrite this behaviour we may break this handy behaviour
I did not think about it, but it seams keeping clickable file paths is reasonable too.
I found this gist Hyperlinks (a.k.a. HTML-like anchors) in terminal emulators