Update init.js

This commit is contained in:
Aya Morisawa 2016-12-29 10:05:11 +09:00
parent 7e04624836
commit e2e4459f7d

View file

@ -170,7 +170,7 @@ inquirer.prompt(form).then(as => {
} }
}; };
console.log('Thanks. Writing the configuration to a file...'); console.log(`Thanks. Writing the configuration to ${configPath}`);
try { try {
fs.mkdirSync(configDirPath); fs.mkdirSync(configDirPath);