Skip to content

Commit 5f5ab0b

Browse files
committed
Update vnc.html
1 parent 38f422e commit 5f5ab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/vnc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
var guac = new Guacamole.Client(tunnel);
2121

2222
guac.onerror = function(error) {
23-
console.log("Guacamole error: " + error);
23+
console.log("Guacamole error: " + error.message);
2424
};
2525

2626
//create canvas

0 commit comments

Comments
 (0)