working commit
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user