debug
This commit is contained in:
parent
def7d60825
commit
69b891d598
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ func (cmd *LinuxCommand) isCommandExecutable(command string) (bool, error) {
|
|||
}
|
||||
}
|
||||
|
||||
fmt.Println(whichOut)
|
||||
|
||||
if len(whichOut) == 0 {
|
||||
return false, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue