Skip to content

Commit

Permalink
Fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 7, 2024
1 parent 7c3f272 commit e756fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (c *config) run() {
case <-c.exit:
}
err := w.Stop()
fmt.Println(err.Error())
fmt.Println(err)
}()

// block watch
Expand Down

0 comments on commit e756fd3

Please sign in to comment.