未验证 提交 4d432f80 编写于 作者: C Connor Peet

launch: fix build script

上级 f290a312
......@@ -124,7 +124,7 @@ exports.getBuiltInExtensions = function getBuiltInExtensions() {
};
if (require.main === module) {
main().then(() => process.exit(0)).catch(err => {
exports.getBuiltInExtensions().then(() => process.exit(0)).catch(err => {
console.error(err);
process.exit(1);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册