This commit is contained in:
Jeremy Wu 2020-05-21 09:04:28 +10:00
parent 9bddbe8455
commit 3a472a34e4

View file

@ -89,6 +89,7 @@ namespace Flow.Launcher.Core.Plugin
catch (Exception e)
{
erroredPlugins.Add(metadata.Name);
Log.Exception($"|PluginsLoader.DotNetPlugins|Can't create instance for <{metadata.Name}>", e);
return;
}