Skip to content

Commit

Permalink
Merge pull request ehang-io#471 from wyaode/patch-1, close ehang-io#470
Browse files Browse the repository at this point in the history
Update nps.go
  • Loading branch information
ffdfgdfg committed Mar 25, 2020
2 parents 2a0b49d + ba1b091 commit 492b538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nps/nps.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ type nps struct {

func (p *nps) Start(s service.Service) error {
_, _ = s.Status()
_ = p.run()
go p.run()
return nil
}
func (p *nps) Stop(s service.Service) error {
Expand Down

0 comments on commit 492b538

Please sign in to comment.