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 be12844 commit a87c66bCopy full SHA for a87c66b
tool.go
@@ -173,6 +173,8 @@ func main() {
173
174
if s.Watcher == nil {
175
return err
176
+ } else if err != nil {
177
+ handleError(err, options, nil)
178
}
179
s.WaitForChange()
180
@@ -235,6 +237,8 @@ func main() {
235
237
236
238
239
240
241
242
243
244
0 commit comments