We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7eee2 commit ae376a4Copy full SHA for ae376a4
loopd/daemon.go
@@ -218,7 +218,7 @@ func daemon(config *config, lisCfg *listenerCfg) error {
218
// Debug code to dump goroutines on hanging exit.
219
go func() {
220
time.Sleep(5 * time.Second)
221
- pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
+ _ = pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
222
}()
223
224
cancel()
0 commit comments