Commit 37168166 authored by Martino Facchin's avatar Martino Facchin Committed by Cristian Maglie

Only report warning if proxy settings are bogus

parent 272f583d
......@@ -88,8 +88,7 @@ func (config *Configuration) LoadFromDesktopIDEPreferences() error {
}
err = config.proxyConfigsFromIDEPrefs(props)
if err != nil {
logrus.WithError(err).Warn("Error during unserialize from IDE preferences")
return err
logrus.WithError(err).Warn("Error loading proxy settings from IDE preferences")
}
if dir, has := props.GetOk("sketchbook.path"); has {
config.SketchbookDir = paths.New(dir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment