launch: fix build script

This commit is contained in:
Connor Peet 2020-07-31 11:39:26 -07:00
parent f290a31272
commit 4d432f80da
No known key found for this signature in database
GPG Key ID: CF8FD2EA0DBC61BD
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});