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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user