mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Make AZ heading noncritical
This commit is contained in:
parent
1502c4f159
commit
c53c38fd4f
|
@ -125,8 +125,15 @@
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (headError) {
|
if (headError) {
|
||||||
clarifyThen(\`\${azUrl} недоступен!\`, cb)(headError);
|
const errText = \`\${azUrl} недоступен!\`;
|
||||||
|
console.log(errText);
|
||||||
|
/* Do nothing for now like it's not critical. Otherwise uncomment.
|
||||||
|
clarifyThen(
|
||||||
|
errText,
|
||||||
|
cb,
|
||||||
|
)(headError);
|
||||||
return;
|
return;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user