1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2025-12-22 11:13:16 +00:00

Started work on OCR support.

This commit is contained in:
Ylian Saint-Hilaire
2020-07-24 14:47:37 -07:00
parent 060f012d91
commit 17bd7d0e9d
4 changed files with 131 additions and 13223 deletions

View File

@@ -119,8 +119,8 @@ var WsmanStackCreateService = function (host, port, user, pass, tls, extra) {
r.Body = _ParseWsmanRec(body.childNodes[0]);
}
return r;
} catch (e) {
console.log('Unable to parse XML: ' + xml);
} catch (ex) {
console.log('Unable to parse XML: ' + xml + ', ' + ex);
return null;
}
}