mirror of
https://github.com/1f349/jasmine.git
synced 2024-11-21 11:01:32 +00:00
Fix this dumb change
This commit is contained in:
parent
934879cb43
commit
770e5c2317
@ -74,7 +74,7 @@ func (s *serveCmd) Execute(_ context.Context, _ *flag.FlagSet, _ ...any) subcomm
|
||||
func normalLoad(startUp jasmine.Conf, wd string) {
|
||||
srv := jasmine.NewHttpServer(startUp, wd)
|
||||
jasmine.Logger.Infof("Starting HTTP server on '%s'", srv.Addr)
|
||||
go utils.RunBackgroundHttp("HTTP", srv)
|
||||
go utils.RunBackgroundHttp(jasmine.Logger, srv)
|
||||
|
||||
exit_reload.ExitReload("Jasmine", func() {}, func() {
|
||||
// stop http server
|
||||
|
Loading…
Reference in New Issue
Block a user