1
0
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:
asim 2024-07-07 19:09:19 +01:00
parent 7c3f272001
commit e756fd32e6

View File

@ -126,7 +126,7 @@ func (c *config) run() {
case <-c.exit:
}
err := w.Stop()
fmt.Println(err.Error())
fmt.Println(err)
}()
// block watch