diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,6 +128,8 @@ func LoadStdConfig() (*ForgeConfigs, error) { log.Info("files were blank err=", err) } else if errors.Is(err, config.ErrMarshal) { log.Info("files existed and could not be Marshalled() err=", err) + } else if err == nil { + // do nothing. probably shoulda started with this } else { log.Info("some other bad problem err=", err) } |
