do not panic

This commit is contained in:
A.Unger
2021-03-04 12:46:47 +01:00
parent 58543a1415
commit 81576c029a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ func NewSutureService(ctx context.Context, cfg *config.Config) SutureService {
func (s SutureService) Serve() {
if err := Execute(s.cfg); err != nil {
panic(err)
return
}
}