mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
add build info when building from source
This commit is contained in:
parent
69f4292fe3
commit
86ac309e08
8 changed files with 56 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue