debug
This commit is contained in:
parent
751d90c840
commit
6cbbe69223
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,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