You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at BrowserWindow.<anonymous> (/Applications/TiddlyGit.app/Contents/Resources/app.asar/.webpack/main/webpack:/TiddlyGit/src/services/windows/index.ts:227:24)
Currently the error message will be like:
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.
The text was updated successfully, but these errors were encountered: