From 3a472a34e4789dbd750b5fa4291799a358714913 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 21 May 2020 09:04:28 +1000 Subject: [PATCH] update --- Flow.Launcher.Core/Plugin/PluginsLoader.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher.Core/Plugin/PluginsLoader.cs b/Flow.Launcher.Core/Plugin/PluginsLoader.cs index b1cb8d08d..51fa5bc9b 100644 --- a/Flow.Launcher.Core/Plugin/PluginsLoader.cs +++ b/Flow.Launcher.Core/Plugin/PluginsLoader.cs @@ -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; }