mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-01 13:17:53 +02:00
fix comment
This commit is contained in:
parent
ae0f750770
commit
0b42437052
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user