mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Hotfix 5
This commit is contained in:
parent
20fe434676
commit
7870b3257b
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,12 @@ function errorHandler(err) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: Hotfix
|
||||||
|
if (err.message && err.message.startsWith("Unknown custom override criteria")) {
|
||||||
|
console.warn(err.message);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// tslint:disable:no-console
|
// tslint:disable:no-console
|
||||||
console.error(err);
|
console.error(err);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue