activated logging

This commit is contained in:
Alt, Michael 2019-12-17 13:55:46 +01:00
parent 89e43f84aa
commit 2d76947751
2 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,8 @@ export default class RFB extends EventTargetMixin {
super();
Log.init_logging('info');
this._target = target;
this._url = url;

View File

@ -1,6 +1,6 @@
{
"name": "@gbrehmer/novnc",
"version": "1.1.0-patch12",
"version": "1.1.0-patch13",
"description": "An HTML5 VNC client",
"browser": "lib/rfb",
"directories": {