Skip to content

Commit

Permalink
fix: don't immediately exit after starting with --ip (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreymeng authored Oct 2, 2024
1 parent a96c64a commit ea2c646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func runServer(cmd *cobra.Command, args []string) error {
return err
}
}
sm.Wait()
}

return nil
Expand Down

0 comments on commit ea2c646

Please sign in to comment.