mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
explicitly return newlines to our live command stdin
This commit is contained in:
@ -266,7 +266,7 @@ func (c *GitCommand) Fetch(unamePassQuestion func(string) string, canAskForCrede
|
||||
if canAskForCredentials {
|
||||
return unamePassQuestion(question)
|
||||
}
|
||||
return "-"
|
||||
return "\n"
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user