From 2c5038b4a288030bc6574005595a9c4b953d3f79 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 10:05:11 +0900 Subject: [PATCH] Update init.js --- init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);