comment on configure_panic_hook

This commit is contained in:
GroovieGermanikus 2023-08-08 12:16:04 +02:00
parent 9e05d2bd69
commit 6a1d4c66c5
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ fn configure_panic_hook() {
} else {
error!("panic occurred but can't get location information...");
}
// std::process::exit(1);
// note: we do not exit the process to allow proper test execution
}));
}

View File

@ -258,7 +258,7 @@ fn configure_panic_hook() {
} else {
error!("panic occurred but can't get location information...");
}
// std::process::exit(1);
// note: we do not exit the process to allow proper test execution
}));
}