no message

This commit is contained in:
2024-04-26 19:54:34 +03:00
parent 756863ab80
commit 71f746c3b3
4 changed files with 8 additions and 6 deletions

View File

@@ -49,8 +49,9 @@ public abstract class RepositoryClient {
return Log.isEmpty();
}
};
if (!pass.Do())
if (!pass.Do()) {
ServerConnectionError(code_in, pass.Log.toString());
}
return pass.target;
}
protected Object ServerCommand(ServerCode code_in, Serializable object_in) throws Exception {