everything updates -

- support ~cancellation in api.
- API refactoring.
- API - locked to enable collisions.
- other small changes
This commit is contained in:
clueless
2020-01-26 01:34:11 +02:00
parent beefc6a86e
commit 9488864f47
8 changed files with 313 additions and 197 deletions

View File

@@ -148,10 +148,6 @@ namespace Wox
private static void RegisterAppDomainExceptions()
{
AppDomain.CurrentDomain.UnhandledException += ErrorReporting.UnhandledExceptionHandle;
AppDomain.CurrentDomain.FirstChanceException += (_, e) =>
{
Log.Exception("|App.RegisterAppDomainExceptions|First Chance Exception:", e.Exception);
};
}
public void Dispose()