From 6ab9e80da373f7fe56dcbeb38fb50fb806de44db Mon Sep 17 00:00:00 2001 From: Simon Van Braeckel Date: Fri, 29 Nov 2024 19:12:42 +0100 Subject: [PATCH] Debug building to nonexistent build folder --- bin/generate.js | 1 + 1 file changed, 1 insertion(+) 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)); }