mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
Fake notification was not shown in all cases.
This commit is contained in:
parent
827fd3124c
commit
fcedf34b9f
@ -48,6 +48,7 @@
|
|||||||
case "fake":
|
case "fake":
|
||||||
setRandomSupplyByType(prefs("rng"));
|
setRandomSupplyByType(prefs("rng"));
|
||||||
if (changedFunction.fake){
|
if (changedFunction.fake){
|
||||||
|
notify({url: window.location.href, errorStack: error.stack}, window);
|
||||||
return changedFunction.fake;
|
return changedFunction.fake;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user