added cpptrace
This commit is contained in:
@ -31,8 +31,6 @@ using namespace repertory;
|
||||
|
||||
auto main(int argc, char **argv) -> int {
|
||||
cpptrace::register_terminate_handler();
|
||||
cpptrace::generate_trace().print();
|
||||
|
||||
if (not repertory::project_initialize()) {
|
||||
return -1;
|
||||
}
|
||||
@ -116,6 +114,8 @@ auto main(int argc, char **argv) -> int {
|
||||
}
|
||||
}
|
||||
|
||||
throw std::runtime_error("test");
|
||||
|
||||
int mount_result{};
|
||||
if (res == exit_code::success) {
|
||||
if (utils::cli::has_option(args, utils::cli::options::help_option)) {
|
||||
|
Reference in New Issue
Block a user