mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
These commands will log, so no need to do it ourselves.
This commit is contained in:
@@ -113,13 +113,9 @@ function bootstrap() {
|
||||
},
|
||||
{
|
||||
command: moduleInstallCommand,
|
||||
message: 'Installing modules...',
|
||||
options: {env: moduleInstallEnv}
|
||||
},
|
||||
{
|
||||
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' '),
|
||||
message: 'Deduping modules...'
|
||||
}
|
||||
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' ')
|
||||
];
|
||||
|
||||
process.chdir(path.dirname(__dirname));
|
||||
|
||||
Reference in New Issue
Block a user