1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Write crash info to OutputDebugString

This commit is contained in:
Brian Fiete 2020-06-25 05:21:03 -07:00
parent 16bc8de229
commit 365701fe2f

View file

@ -1094,6 +1094,8 @@ void CrashCatcher::Crash(const StringImpl& str)
Init();
}
OutputDebugStr(str);
mBfpCritSect.Unlock();