mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
fix logging
This commit is contained in:
parent
95f4ceea34
commit
9d4ff6b465
2 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,8 @@ func (c *OSCommand) WithSpan(span string) *OSCommand {
|
|||
newOSCommand := &OSCommand{}
|
||||
*newOSCommand = *c
|
||||
newOSCommand.CmdLogSpan = span
|
||||
newOSCommand.Cmd.logCmdObj = newOSCommand.LogCmdObj
|
||||
newOSCommand.Cmd.runner = &Runner{log: c.Log, logCmdObj: newOSCommand.LogCmdObj}
|
||||
return newOSCommand
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue