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:
parent
3d05b48089
commit
41a8112920
2 changed files with 6 additions and 4 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue