mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
Rename postVerification method to bootstrap
This commit is contained in:
parent
50445a73bd
commit
5434a26636
@ -20,7 +20,7 @@ function executeCommands(commands, done, index) {
|
||||
done(null);
|
||||
}
|
||||
|
||||
function postVerification() {
|
||||
function bootstrap() {
|
||||
var apmInstallPath = path.resolve(__dirname, '..', 'apm');
|
||||
if (!fs.existsSync(apmInstallPath))
|
||||
fs.mkdirSync(apmInstallPath);
|
||||
@ -50,4 +50,4 @@ function postVerification() {
|
||||
executeCommands(commands, process.exit);
|
||||
}
|
||||
|
||||
verifyRequirements(postVerification);
|
||||
verifyRequirements(bootstrap);
|
||||
|
Loading…
Reference in New Issue
Block a user