mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
trace error
This commit is contained in:
parent
ac28c0822f
commit
b293c00d0f
1 changed files with 2 additions and 1 deletions
|
@ -186,8 +186,9 @@ namespace CalculatorApp
|
||||||
|
|
||||||
await jumpList.SaveAsync();
|
await jumpList.SaveAsync();
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
TraceLogger.GetInstance().LogError(ViewMode.None, nameof(SetupJumpListAsync), ex.ToString());
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
throw;
|
throw;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue