fix error with logger

This commit is contained in:
2025-10-28 07:10:09 +03:00
parent 4690993b73
commit 503ea9fb44

View File

@@ -21,7 +21,6 @@ auto main(int argc, char *argv[]) -> int
}
catch(hack::exception& e)
{
hack::log().no_info();
hack::error()(e);
hack::log()(e);
hack::log().reset();