mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-02 22:25:47 +02:00
add newline after message because it looks like the message doesn't appear otherwise for some reason
This commit is contained in:
parent
a936c0592f
commit
ee15202207
@ -664,7 +664,7 @@ func (gui *Gui) runSubprocess(cmdObj oscommands.ICmdObj) error { //nolint:unpara
|
|||||||
subprocess.Stderr = ioutil.Discard
|
subprocess.Stderr = ioutil.Discard
|
||||||
subprocess.Stdin = nil
|
subprocess.Stdin = nil
|
||||||
|
|
||||||
fmt.Fprintf(os.Stdout, "\n%s", style.FgGreen.Sprint(gui.Tr.PressEnterToReturn))
|
fmt.Fprintf(os.Stdout, "\n%s\n", style.FgGreen.Sprint(gui.Tr.PressEnterToReturn))
|
||||||
fmt.Scanln() // wait for enter press
|
fmt.Scanln() // wait for enter press
|
||||||
|
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user