actions: SaveAs: Print the error of os.Stat() to the InfoBar

This commit is contained in:
Jöran Karl
2024-04-29 21:11:16 +02:00
parent 272a308275
commit 5c21241fc4

View File

@@ -1003,6 +1003,9 @@ func (h *BufPane) SaveAsCB(action string, callback func()) bool {
h.completeAction(action)
return
}
} else {
InfoBar.Error(err)
return
}
} else {
InfoBar.YNPrompt(