windows exception handler
Some checks failed
demo.yaml / windows exception handler (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-09 20:20:17 +01:00
commit 64945d95ef

View file

@ -27,6 +27,7 @@ namespace fs = std::filesystem;
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
void terminateHandler() {
std::cout << "test" << std::endl;
try {
if (auto e = std::current_exception()) {
std::rethrow_exception(e);