1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

fix comment

This commit is contained in:
Jesse Duffield 2021-04-02 20:54:56 +11:00
parent 89cd96a2e6
commit 6c1a202329

View File

@ -362,7 +362,7 @@ func ResolveTemplate(templateStr string, object interface{}) (string, error) {
return buf.String(), nil
}
// Safe will close termbox if a panic occurs so that we don't end up in a malformed
// Safe will close tcell if a panic occurs so that we don't end up in a malformed
// terminal state
func Safe(f func()) {
panicking := true