mirror of https://github.com/microsoft/vscode.git
launch: fix build script
This commit is contained in:
parent
f290a31272
commit
4d432f80da
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue