mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-14 16:44:36 +08:00
fix(bootstrap): Fix syntax bug in script bootstrap
This commit is contained in:
parent
32e4e10366
commit
5ee5079c5e
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