From 7cc9f6905cec94b19f35c1b2528b06e42c4ccb13 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 18 Dec 2023 15:18:40 -0800 Subject: [PATCH] debugging output --- forge.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge.config.js b/forge.config.js index 0ae65cc6a..c3be81cc6 100644 --- a/forge.config.js +++ b/forge.config.js @@ -156,7 +156,7 @@ if (platform === 'darwin') { if (fs.existsSync(dirPath)) { // List files in the directory console.log("Contents of the directory before removal:"); - const files = fs.readdirSync(path.join(buildPath,"node_modules"); + const files = fs.readdirSync(path.join(buildPath,"node_modules")); files.forEach(file => { console.log(file); });