diff --git a/init.js b/init.js index 380ff6cb8..424b17b55 100644 --- a/init.js +++ b/init.js @@ -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);