evanw / evanw/node-source-map-support

Format the output so it can be clicked

Aperta
#296 1 commento 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
2.2k
Fork
223
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Currently the error message will be like:

```
at BrowserWindow. (/Applications/TiddlyGit.app/Contents/Resources/app.asar/.webpack/main/webpack:/TiddlyGit/src/services/windows/index.ts:227:24)
```

In which the former part can be clicked

( `/Applications/TiddlyGit.app/Contents/Resources/app.asar/.webpack/main/webpack` )

but it is actually useless.

I hope we can click on the later part

(` /TiddlyGit/src/services/windows/index.ts:227:24 `)

but it is start with project folder name `/TiddlyGit` , so when open the log file with VSCode ,it won't detect this as path.

Hope we can properly format the path, so later part can be click or copy to used for the file jump.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.