Skip to content

Commit

Permalink
change to warn on vAPI undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
mneunomne committed Dec 30, 2022
1 parent 3a04d56 commit 0bdecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ const bootstrapPhaseAdn = function (response) {

// avoid exception
if (typeof vAPI.domFilterer == 'undefined' || vAPI.domFilterer == null) {
console.error("[ADN] vAPI.domFilterer undefined")
console.warn("[ADN] vAPI.domFilterer undefined")
return;
}

Expand Down

0 comments on commit 0bdecae

Please sign in to comment.