updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-10-17 18:49:50 -05:00
parent 4a530c4703
commit 3ce03dabf5
6 changed files with 16 additions and 12 deletions

View File

@@ -824,6 +824,7 @@ void file_manager::start() {
}
} catch (const std::exception &ex) {
utils::error::raise_error(function_name, ex, "query error");
std::abort();
}
}