mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
More exception info
This commit is contained in:
parent
f4d0cc4dd1
commit
cb2eebef40
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ namespace Wox.Infrastructure.Logger
|
|||
logger.Error($"Exception stack trace:\n <{e.StackTrace}>");
|
||||
logger.Error($"Exception source:\n <{e.Source}>");
|
||||
logger.Error($"Exception target site:\n <{e.TargetSite}>");
|
||||
logger.Error($"Exception HResult:\n <{e.HResult}>");
|
||||
e = e.InnerException;
|
||||
} while (e != null);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue