Skip to content

Commit 1ea6aa0

Browse files
authored
delete minor unreachable code caused by log.Fatal (#4677)
1 parent 9e9e57b commit 1ea6aa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

misc/cmd/debug-launcher/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ func main() {
3030
cmd := debug.NewLauncherCmd(iostreams)
3131
if err := cmd.Execute(); err != nil {
3232
log.Fatal(err)
33-
os.Exit(1)
3433
}
3534
}

0 commit comments

Comments
 (0)