Add a space in logging of RFB._fail()
This commit is contained in:
parent
e1f853e5ae
commit
9964ab0e8e
|
@ -566,7 +566,7 @@
|
|||
_fail: function (msg, details) {
|
||||
var fullmsg = msg;
|
||||
if (typeof details !== 'undefined') {
|
||||
fullmsg = msg + "(" + details + ")";
|
||||
fullmsg = msg + " (" + details + ")";
|
||||
}
|
||||
switch (this._rfb_connection_state) {
|
||||
case 'disconnecting':
|
||||
|
|
Loading…
Reference in New Issue