mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-01 16:13:24 +00:00
SafeInvoke: print whole exception
This commit is contained in:
parent
9f66cba1ae
commit
246d0dd51b
@ -51,7 +51,7 @@ namespace QSB.Utility
|
||||
}
|
||||
catch (TargetInvocationException ex)
|
||||
{
|
||||
DebugLog.ToConsole($"Error invoking delegate! Message : {ex.InnerException!.Message} Stack Trace : {ex.InnerException.StackTrace}", MessageType.Error);
|
||||
DebugLog.ToConsole($"Error invoking delegate! {ex.InnerException}", MessageType.Error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<OutputType>Exe</OutputType>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Update="SteamAPI\steam_api64.dll">
|
||||
|
Loading…
x
Reference in New Issue
Block a user