diff --git a/BeefySysLib/platform/win/CrashCatcher.cpp b/BeefySysLib/platform/win/CrashCatcher.cpp index fad9f965..4c04e668 100644 --- a/BeefySysLib/platform/win/CrashCatcher.cpp +++ b/BeefySysLib/platform/win/CrashCatcher.cpp @@ -1094,6 +1094,8 @@ void CrashCatcher::Crash(const StringImpl& str) Init(); } + OutputDebugStr(str); + mBfpCritSect.Unlock();