Remove output
This commit is contained in:
parent
c8b8333eff
commit
3246d03e28
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@ func FindInDirectory(dir string) (string, error) {
|
||||||
|
|
||||||
output, err := cmd.CombinedOutput()
|
output, err := cmd.CombinedOutput()
|
||||||
|
|
||||||
fmt.Println(string(output))
|
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if exitErr, ok := err.(*exec.ExitError); ok {
|
if exitErr, ok := err.(*exec.ExitError); ok {
|
||||||
exitCode := exitErr.ExitCode()
|
exitCode := exitErr.ExitCode()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue