mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 21:55:54 +08:00
fix(bootstrap): Fix syntax bug in script bootstrap
This commit is contained in:
parent
73a2f7c5c7
commit
c0682e4eb5
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ function bootstrap() {
|
|||
}
|
||||
});
|
||||
|
||||
commands.concat [
|
||||
commands = commands.concat([
|
||||
{
|
||||
command: moduleInstallCommand,
|
||||
message: m4
|
||||
|
@ -148,7 +148,7 @@ function bootstrap() {
|
|||
command: downloadElectronCmd,
|
||||
message: m7
|
||||
}
|
||||
];
|
||||
]);
|
||||
|
||||
process.chdir(path.dirname(__dirname));
|
||||
executeCommands(commands, process.exit);
|
||||
|
|
Loading…
Add table
Reference in a new issue