Skip to content
Snippets Groups Projects
Commit 2c5038b4 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Update init.js

parent 4b96b55e
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment