mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
add build info when building from source
This commit is contained in:
@ -215,7 +215,7 @@ func (self *cmdObjRunner) runAndStreamAux(
|
||||
if cmdObj.ShouldLog() {
|
||||
self.logCmdObj(cmdObj)
|
||||
}
|
||||
self.log.WithField("command", cmdObj.ToString()).Info("RunCommand")
|
||||
self.log.WithField("command", cmdObj.ToString()).Debug("RunCommand")
|
||||
cmd := cmdObj.GetCmd()
|
||||
|
||||
var stderr bytes.Buffer
|
||||
|
Reference in New Issue
Block a user