From 30a3f9ea837bb5b7b1986372b7e42885669aa025 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Tue, 19 Dec 2017 22:59:30 +0100 Subject: [PATCH] Added [CanvasBlocker] to logging --- lib/logging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logging.js b/lib/logging.js index 70509e1..09a9f92 100644 --- a/lib/logging.js +++ b/lib/logging.js @@ -44,7 +44,7 @@ } else { if (settings.logLevel >= level){ - var pre = "%c"; + var pre = "%c[CanvasBlocker] "; if (prefix){ pre += prefix + ": "; }