Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display file paths in error trace as a links #39

Open
agilmartin opened this issue Jan 12, 2023 · 1 comment
Open

Display file paths in error trace as a links #39

agilmartin opened this issue Jan 12, 2023 · 1 comment

Comments

@agilmartin
Copy link

It would be useful if the console would render file paths in output as links. This will allow developers to click on line in error trace and open the exact location where the error was raised.

@Aerilius
Copy link
Owner

Aerilius commented Dec 4, 2024

This has already been implemented in feature_links_to_editor.js:

screen_recording.webm

If you don't see this working, can you provide a reproducible example? It might fail to detect paths (output.js:248) if they do not start with file://, C:\, /.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants