cleanup
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2025-07-26 08:59:33 -05:00
parent f11f92ba55
commit f5e88e44bf

View File

@@ -37,7 +37,6 @@ auto main(int argc, char **argv) -> int {
#endif // defined(PROJECT_ENABLE_BACKWARD_CPP) #endif // defined(PROJECT_ENABLE_BACKWARD_CPP)
if (not repertory::project_initialize()) { if (not repertory::project_initialize()) {
std::cerr << "fatal: failed to initialize repertory" << std::endl;
repertory::project_cleanup(); repertory::project_cleanup();
return -1; return -1;
} }