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