3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
This commit is contained in:
Dragory 2021-08-18 22:35:51 +03:00
parent b405b14e36
commit c589ed138f
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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