We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272f583 commit 3716816Copy full SHA for 3716816
configs/preferences_txt_serializer.go
@@ -88,8 +88,7 @@ func (config *Configuration) LoadFromDesktopIDEPreferences() error {
88
}
89
err = config.proxyConfigsFromIDEPrefs(props)
90
if err != nil {
91
- logrus.WithError(err).Warn("Error during unserialize from IDE preferences")
92
- return err
+ logrus.WithError(err).Warn("Error loading proxy settings from IDE preferences")
93
94
if dir, has := props.GetOk("sketchbook.path"); has {
95
config.SketchbookDir = paths.New(dir)
0 commit comments