Skip to content

Commit 3716816

Browse files
facchinmcmaglie
authored andcommitted
Only report warning if proxy settings are bogus
1 parent 272f583 commit 3716816

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configs/preferences_txt_serializer.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ func (config *Configuration) LoadFromDesktopIDEPreferences() error {
8888
}
8989
err = config.proxyConfigsFromIDEPrefs(props)
9090
if err != nil {
91-
logrus.WithError(err).Warn("Error during unserialize from IDE preferences")
92-
return err
91+
logrus.WithError(err).Warn("Error loading proxy settings from IDE preferences")
9392
}
9493
if dir, has := props.GetOk("sketchbook.path"); has {
9594
config.SketchbookDir = paths.New(dir)

0 commit comments

Comments
 (0)