Update init.js

This commit is contained in:
Aya Morisawa 2016-12-29 10:05:11 +09:00
parent 4b96b55e3e
commit 2c5038b4a2

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 {
fs.mkdirSync(configDirPath);