Skip to content

Commit

Permalink
print start err (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield committed Dec 26, 2023
1 parent 76e265f commit 5718739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/gtctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,7 @@ func main() {
}
os.Exit(0)
}

fmt.Println(err)
}
}

0 comments on commit 5718739

Please sign in to comment.