mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-25 12:24:47 +02:00
fix windows CI
This commit is contained in:
parent
7be474bd83
commit
9763fa9997
@ -8,6 +8,6 @@ func (gui *Gui) onResize() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (gui *Gui) newPtyTask(viewName string, cmd *exec.Cmd) error {
|
||||
return gui.newCmdTask(viewName, cmd)
|
||||
func (gui *Gui) newPtyTask(viewName string, cmd *exec.Cmd, prefix string) error {
|
||||
return gui.newCmdTask(viewName, cmd, prefix)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user