File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Flow.Launcher.Core/Plugin Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ public static async Task InitializePluginsAsync()
219219 }
220220 catch ( Exception e )
221221 {
222+ API . LogException ( ClassName , $ "Fail to Init plugin: { pair . Metadata . Name } ", e ) ;
222223 if ( pair . Metadata . Disabled && pair . Metadata . HomeDisabled )
223224 {
224225 // If this plugin is already disabled, do not show error message again
@@ -230,7 +231,7 @@ public static async Task InitializePluginsAsync()
230231 pair . Metadata . Disabled = true ;
231232 pair . Metadata . HomeDisabled = true ;
232233 failedPlugins . Enqueue ( pair ) ;
233- API . LogException ( ClassName , $ "Fail to Init plugin: { pair . Metadata . Name } " , e ) ;
234+ API . LogDebug ( ClassName , $ "Disable plugin < { pair . Metadata . Name } > because init failed" ) ;
234235 }
235236 }
236237 } ) ) ;
You can’t perform that action at this time.
0 commit comments