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