未验证 提交 cd7a6156 编写于 作者: M Marcin Maciaszczyk 提交者: GitHub

Print YAML errors in the console (#5200)

上级 56c79bc9
......@@ -40,6 +40,7 @@ export class GlobalErrorHandler implements ErrorHandler {
}
if (error instanceof YAMLException) {
console.error(error);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册