From 2d76947751a9a67ad8da8c6bfe4161c6991fdd86 Mon Sep 17 00:00:00 2001 From: "Alt, Michael" Date: Tue, 17 Dec 2019 13:55:46 +0100 Subject: [PATCH] activated logging --- core/rfb.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/rfb.js b/core/rfb.js index 4ca674b9..d7ec52a7 100644 --- a/core/rfb.js +++ b/core/rfb.js @@ -44,6 +44,8 @@ export default class RFB extends EventTargetMixin { super(); + Log.init_logging('info'); + this._target = target; this._url = url; diff --git a/package.json b/package.json index a946149f..fbecfbd2 100644 --- a/package.json +++ b/package.json @@ -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": {