working commit

This commit is contained in:
Олег Бородин
2026-05-19 16:58:44 +02:00
parent 99b4f4586e
commit 4bed66d2bb
6 changed files with 29 additions and 45 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ std::expected<void, std::string> Run() {
int main(int argc, char** argv) {
auto runRes = Run();
if (!runRes) {
uxlogger.Log(runRes.error());
uxlogger.Error(runRes.error());
return 1;
}
return 0;