We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176c98b commit 7a14aefCopy full SHA for 7a14aef
components/common-go/watch/file.go
@@ -86,7 +86,7 @@ func File(ctx context.Context, path string, onChange func()) error {
86
currentHash, err := hashConfig(path)
87
if err != nil {
88
log.WithError(err).WithField("event", event.Name).Warn("Cannot check if config has changed")
89
- return
+ continue
90
}
91
92
// no change
0 commit comments