mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Provide messages for all these steps.
This commit is contained in:
parent
50e1095ae1
commit
ed92db1f43
@ -96,9 +96,18 @@ function bootstrap() {
|
|||||||
message: 'Installing apm...',
|
message: 'Installing apm...',
|
||||||
options: apmInstallOptions
|
options: apmInstallOptions
|
||||||
},
|
},
|
||||||
apmPath + ' clean' + apmFlags,
|
{
|
||||||
moduleInstallCommand,
|
command: apmPath + ' clean' + apmFlags,
|
||||||
dedupeApmCommand + ' ' + packagesToDedupe.join(' '),
|
message: 'Deleting old packages...'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
command: moduleInstallCommand,
|
||||||
|
message: 'Installing modules...',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' '),
|
||||||
|
message: 'Deduping modules...'
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
process.chdir(path.dirname(__dirname));
|
process.chdir(path.dirname(__dirname));
|
||||||
|
Loading…
Reference in New Issue
Block a user