debug
This commit is contained in:
parent
3e5b7f99fc
commit
f9e5426b1b
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ func Which(cmd string, options BasicOptions) (dir string, err error) {
|
|||
}
|
||||
}
|
||||
|
||||
fmt.Println(string(outputBytes))
|
||||
|
||||
return strings.Trim(string(outputBytes), "\n"), nil
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue