Skip to content

Commit d6272cf

Browse files
committed
fix test
1 parent 1d4b632 commit d6272cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ui/file_browser/file_browser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func (fileBrowser *FileBrowserComponent) computeSnapshotEntryForRealPathIfExists
266266
snapshotFilePath := snapshotPathOfRealFile
267267
statSnap, err := os.Lstat(snapshotFilePath)
268268
if err != nil {
269-
logging.Error("Cannot stat snapshot file: " + err.Error())
269+
logging.Error("Cannot stat snapshot file: %v", err.Error())
270270
return nil
271271
}
272272

0 commit comments

Comments
 (0)