Skip to content

Commit 6ab9e80

Browse files
committed
Debug building to nonexistent build folder
1 parent 2632999 commit 6ab9e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/generate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ if (args.h || args.help || args._.length > 1) {
9494
if (! fs.existsSync(path.resolve(process.cwd(), destinationPath))) {
9595
console.log("resolve destinationPath doesn't exist");
9696
console.log("CREATING resolve destinationPath");
97+
console.log(path.resolve(process.cwd(), destinationPath));
9798
fs.mkdirSync(path.resolve(process.cwd(), destinationPath));
9899
}
99100

0 commit comments

Comments
 (0)