diff --git a/implementations/main.cpp b/implementations/main.cpp index 259f897..5f5ece1 100644 --- a/implementations/main.cpp +++ b/implementations/main.cpp @@ -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);