3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 08:45:03 +00:00
This commit is contained in:
Dragory 2021-08-18 22:24:23 +03:00
parent 828aef06ed
commit f188cc1e47

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);