mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-18 08:26:38 +02:00
Fix panic
This commit is contained in:
parent
7c3f272001
commit
e756fd32e6
@ -126,7 +126,7 @@ func (c *config) run() {
|
||||
case <-c.exit:
|
||||
}
|
||||
err := w.Stop()
|
||||
fmt.Println(err.Error())
|
||||
fmt.Println(err)
|
||||
}()
|
||||
|
||||
// block watch
|
||||
|
Loading…
Reference in New Issue
Block a user