mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: fix linter issue
This commit is contained in:
parent
8c7eee2ba9
commit
ae376a49ba
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ func daemon(config *config, lisCfg *listenerCfg) error {
|
|||
// Debug code to dump goroutines on hanging exit.
|
||||
go func() {
|
||||
time.Sleep(5 * time.Second)
|
||||
pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
|
||||
_ = pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
|
||||
}()
|
||||
|
||||
cancel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue