mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 01:03:41 -04:00
Error handling improvements (#92)
* Consolidate plugin errors into single window. * Handle error aggregation and loggin inside error reporter. * Minor logging corrections. * Error popup tweaking
This commit is contained in:
@ -11,7 +11,7 @@ namespace Observatory.UI.ViewModels
|
||||
core = new CoreViewModel(pluginManager.workerPlugins, pluginManager.notifyPlugins);
|
||||
|
||||
if (pluginManager.errorList.Any())
|
||||
ErrorReporter.ShowErrorPopup("Plugin Load Error", string.Join(Environment.NewLine, pluginManager.errorList));
|
||||
ErrorReporter.ShowErrorPopup("Plugin Load Error", pluginManager.errorList);
|
||||
}
|
||||
|
||||
public CoreViewModel core { get; }
|
||||
|
Reference in New Issue
Block a user