windows exception handler
Some checks failed
demo.yaml / windows exception handler (push) Failing after 0s
Some checks failed
demo.yaml / windows exception handler (push) Failing after 0s
This commit is contained in:
parent
7a64859d24
commit
64945d95ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue