You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Load() can fail, which will leave the Widget in unloaded state.
128
128
w.Load();
129
129
}
130
+
catch(ConfigurationExceptione)
131
+
{
132
+
Logger.Log().Error("Failed to load {0} Widget's configuration. This might be because it is either old or becuase of some other error.",w.GetPrintableWidgetID());
133
+
Logger.Log().Error("If you're okay with losing the configuration data, try calling below CLI command to recreate it:");
0 commit comments