Merge pull request #66 from jjw24/Add_known_programplugin_error

Add known errors during debug run
This commit is contained in:
Jeremy Wu
2019-11-08 05:34:33 +11:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
@@ -86,6 +86,8 @@ namespace Wox.Plugin.Program.Programs
var e = Marshal.GetExceptionForHR((int)hResult);
ProgramLogger.LogException($"|UWP|InitializeAppInfo|{path}" +
"|Error caused while trying to get the details of the UWP program", e);
Apps = new List<Application>().ToArray();
}
}