Skip to content

Commit fc798cc

Browse files
committed
exit system instead of throw panic in boot()
1 parent c525583 commit fc798cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,6 @@ func syncLog(eventId string) {
269269
event.Sync()
270270
}
271271

272-
panic(r)
272+
os.Exit(1)
273273
}
274274
}

0 commit comments

Comments
 (0)