mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-03 13:21:56 +02:00
fix comment
This commit is contained in:
parent
89cd96a2e6
commit
6c1a202329
@ -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