working commit
This commit is contained in:
+2
-2
@@ -10,12 +10,12 @@ int main(int argc, char** argv) {
|
||||
UxClient client;
|
||||
auto connectRes = client.Connect("127.0.0.1", 1025);
|
||||
if (!connectRes) {
|
||||
uxlogger.Log(connectRes.error());
|
||||
uxlogger.Error(connectRes.error());
|
||||
return 1;
|
||||
}
|
||||
auto runRes = client.Run();
|
||||
if (!runRes) {
|
||||
uxlogger.Log(runRes.error());
|
||||
uxlogger.Error(runRes.error());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user