More work on RDP integration to Desktop tab.

This commit is contained in:
Ylian Saint-Hilaire
2022-05-03 13:31:58 -07:00
parent 96dab9ab3e
commit 3d549dc187
4 changed files with 28 additions and 19 deletions

View File

@@ -145,7 +145,7 @@ Type.prototype.read = function(s) {
if(oldValue !== this.value) {
log.error('constant value mismatch ' + oldValue + ' != ' + this.value);
throw new error.ProtocolError("NODE_RDP_CORE_TYPE_CONSTANT_VALUE_MISMATCH", oldValue, this.value);
throw new error.ProtocolError("NODE_RDP_CORE_TYPE_CONSTANT_VALUE_MISMATCH, OLD:" + oldValue + ", NEW:" + this.value);
}
}
else {