mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
don't try to give a logrus entry object to gocui
This commit is contained in:
parent
131113b065
commit
df72eee201
|
|
@ -691,8 +691,6 @@ func (gui *Gui) Run() error {
|
|||
}
|
||||
defer g.Close()
|
||||
|
||||
g.Log = gui.Log
|
||||
|
||||
if gui.Config.GetUserConfig().GetBool("gui.mouseEvents") {
|
||||
g.Mouse = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue