This commit is contained in:
Dragory 2021-08-18 22:24:23 +03:00
parent 20fe434676
commit 7870b3257b
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -94,6 +94,12 @@ function errorHandler(err) {
return;
}
// FIXME: Hotfix
if (err.message && err.message.startsWith("Unknown custom override criteria")) {
console.warn(err.message);
return;
}
// tslint:disable:no-console
console.error(err);