1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Added better logging to pre intercepting

This commit is contained in:
kkapsner 2017-12-18 23:55:13 +01:00
parent 3d05b48089
commit 41a8112920
2 changed files with 6 additions and 4 deletions

View file

@ -106,7 +106,7 @@
const settings = require("./settings");
const logging = require("./logging");
if (settings.init(${JSON.stringify(data)})){
logging.message("Initiaized settings by dynamic content script.");
logging.message("Initialized settings by dynamic content script.");
}
else {
logging.error("Dynamic content script was too late to provide settings.");