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 7ec36ed commit d0b6b1fCopy full SHA for d0b6b1f
1 file changed
pkg/watcher/executor.go
@@ -12,7 +12,7 @@ func TriggerImport(entry config.WatchEntry) {
12
// Retrieve config to get client options.
13
cfgPath, err := config.DefaultLocalConfigPath()
14
if err != nil {
15
- fmt.Printf("Error while loading config: %s\n", err.Error())
+ fmt.Errorf("Error while loading config: %s", err.Error())
16
}
17
18
fmt.Println("[INFO] Re-importing changed file: " + entry.FilePath)
0 commit comments