mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
typo in log
This commit is contained in:
parent
9855e2edee
commit
bcc9379ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ namespace Wox.Infrastructure.Logger
|
|||
|
||||
do
|
||||
{
|
||||
logger.Error($"Exception fulle name:\n <{e.GetType().FullName}>");
|
||||
logger.Error($"Exception full name:\n <{e.GetType().FullName}>");
|
||||
logger.Error($"Exception message:\n <{e.Message}>");
|
||||
logger.Error($"Exception stack trace:\n <{e.StackTrace}>");
|
||||
logger.Error($"Exception source:\n <{e.Source}>");
|
||||
|
|
|
|||
Loading…
Reference in a new issue