Skip to content

Commit

Permalink
test: print server info
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Sep 24, 2024
1 parent bf1140e commit af170ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ Future<dynamic> _getServerCommitEntries(String regex) async {
var infoResponse = await atClientManager.atClient
.getRemoteSecondary()
?.executeCommand('info:brief\n');
print('infoResponse: $infoResponse');
infoResponse = infoResponse?.replaceAll('data:', '');
var serverVersion = await jsonDecode(infoResponse!)['version'];
if (Version.parse(serverVersion.split('+')[0]) >= Version(3, 0, 32)) {
Expand Down

0 comments on commit af170ea

Please sign in to comment.