1
0
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:
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: case <-c.exit:
} }
err := w.Stop() err := w.Stop()
fmt.Println(err.Error()) fmt.Println(err)
}() }()
// block watch // block watch