We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2632999 commit 6ab9e80Copy full SHA for 6ab9e80
bin/generate.js
@@ -94,6 +94,7 @@ if (args.h || args.help || args._.length > 1) {
94
if (! fs.existsSync(path.resolve(process.cwd(), destinationPath))) {
95
console.log("resolve destinationPath doesn't exist");
96
console.log("CREATING resolve destinationPath");
97
+ console.log(path.resolve(process.cwd(), destinationPath));
98
fs.mkdirSync(path.resolve(process.cwd(), destinationPath));
99
}
100
0 commit comments