We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9e57b commit 1ea6aa0Copy full SHA for 1ea6aa0
misc/cmd/debug-launcher/main.go
@@ -30,6 +30,5 @@ func main() {
30
cmd := debug.NewLauncherCmd(iostreams)
31
if err := cmd.Execute(); err != nil {
32
log.Fatal(err)
33
- os.Exit(1)
34
}
35
0 commit comments