diff --git a/bin/generate.js b/bin/generate.js index 2167a3b..03252dc 100755 --- a/bin/generate.js +++ b/bin/generate.js @@ -94,6 +94,7 @@ if (args.h || args.help || args._.length > 1) { if (! fs.existsSync(path.resolve(process.cwd(), destinationPath))) { console.log("resolve destinationPath doesn't exist"); console.log("CREATING resolve destinationPath"); + console.log(path.resolve(process.cwd(), destinationPath)); fs.mkdirSync(path.resolve(process.cwd(), destinationPath)); }