mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
fix: skip a stack frame in the VEH callback handler
This commit is contained in:
parent
75bf135978
commit
cbfd4bbd2a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ public sealed class EntryPoint
|
|||
{
|
||||
try
|
||||
{
|
||||
return Marshal.StringToHGlobalUni(Environment.StackTrace);
|
||||
return Marshal.StringToHGlobalUni(new StackTrace(1).ToString());
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue