Skip to content
代码片段 群组 项目
未验证 提交 09d852c7 编辑于 作者: Peter Leitzen's avatar Peter Leitzen
浏览文件

Don't swallow exceptions when checking GraphQL types

If the check script fails having a full stacktrace is beneficial for
debugging purposes.

In case of an error both versions of the script exit with error code 1.
上级 8591a6d4
No related branches found
No related tags found
无相关合并请求
......@@ -65,5 +65,6 @@ Options:
main().catch((error) => {
console.warn(error.message);
console.warn(error.stack);
process.exitCode = 1;
});
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册