There was an error while loading. Please reload this page.
1 parent 1d4b632 commit d6272cfCopy full SHA for d6272cf
1 file changed
internal/ui/file_browser/file_browser.go
@@ -266,7 +266,7 @@ func (fileBrowser *FileBrowserComponent) computeSnapshotEntryForRealPathIfExists
266
snapshotFilePath := snapshotPathOfRealFile
267
statSnap, err := os.Lstat(snapshotFilePath)
268
if err != nil {
269
- logging.Error("Cannot stat snapshot file: " + err.Error())
+ logging.Error("Cannot stat snapshot file: %v", err.Error())
270
return nil
271
}
272
0 commit comments