mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:37:22 +01:00
I hate animations
This commit is contained in:
parent
e85ff0ba83
commit
49e78187d6
5 changed files with 47 additions and 39 deletions
|
|
@ -38,7 +38,7 @@ internal sealed class DalamudLogger : ILogger
|
|||
else
|
||||
{
|
||||
StringBuilder sb = new();
|
||||
sb.AppendLine($"{unsupported}[{_name}]{{{(int)logLevel}}} {state}{(_hasModifiedGameFiles ? "." : string.Empty)}: {exception?.Message}");
|
||||
sb.AppendLine($"{unsupported}[{_name}]{{{(int)logLevel}}} {state}{(_hasModifiedGameFiles ? "." : string.Empty)} {exception?.Message}");
|
||||
sb.AppendLine(exception?.StackTrace);
|
||||
var innerException = exception?.InnerException;
|
||||
while (innerException != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue