Skip to content

Commit fbd8662

Browse files
authored
exit fix (#7)
1 parent 21f4d9e commit fbd8662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/application/app.go

+1
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,5 @@ func (app *Application) Stop(ctx context.Context) {
215215
log.Debug().Msgf("Config is: `%v`, ctx is: `%v`.", app.cfg, ctx)
216216
}
217217
log.Info().Msg("Application stopped.")
218+
os.Exit(0)
218219
}

0 commit comments

Comments
 (0)