add test error to current build

This commit is contained in:
Lion Kortlepel 2021-10-10 01:20:46 +02:00
parent e91fee7186
commit e25f2b0382
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -54,6 +54,8 @@ int main(int argc, char** argv) try {
Application::Console().InitializeLuaConsole(LuaEngine);
Application::CheckForUpdates();
Sentry.LogError("test error", __FILE__, std::to_string(__LINE__));
error("goodbye, crashing now");
volatile int* a = nullptr;
// oh boy