fixes
This commit is contained in:
parent
8d46f2fc6a
commit
84d3e9ce7b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ func KillAll(skipFlag ...RunFlag) {
|
||||||
|
|
||||||
if tries > 50 {
|
if tries > 50 {
|
||||||
args := strings.Join(cmd.cmd.Args, " ")
|
args := strings.Join(cmd.cmd.Args, " ")
|
||||||
slog.Debug("process %v is not running after 50 tries, breaking.\n", args)
|
slog.Debug("process is not running after 50 tries, breaking.", slog.String("command", args))
|
||||||
allFinished = true
|
allFinished = true
|
||||||
break
|
break
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue