mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
launch: fix build script
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user