mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Hotfix 8
This commit is contained in:
parent
b405b14e36
commit
c589ed138f
1 changed files with 6 additions and 0 deletions
|
@ -100,6 +100,12 @@ function errorHandler(err) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: Hotfix
|
||||||
|
if (err.message && err.message.startsWith("Unknown 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