1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00

Fake notification was not shown in all cases.

This commit is contained in:
kkapsner 2016-10-12 00:08:53 +02:00
parent 827fd3124c
commit fcedf34b9f

View File

@ -48,6 +48,7 @@
case "fake":
setRandomSupplyByType(prefs("rng"));
if (changedFunction.fake){
notify({url: window.location.href, errorStack: error.stack}, window);
return changedFunction.fake;
}
else {