From 0adbcdf610647c88407f9cef122e227dfeed9398 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 18 Dec 2023 15:26:59 -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 c3be81cc6..b03ad54a9 100644 --- a/forge.config.js +++ b/forge.config.js @@ -153,7 +153,7 @@ if (platform === 'darwin') { const dirPath = path.join(buildPath, 'node_modules/macos-alias/build/node_gyp_bins'); // Check if the directory exists - if (fs.existsSync(dirPath)) { + if (fs.existsSync(buildPath)) { // List files in the directory console.log("Contents of the directory before removal:"); const files = fs.readdirSync(path.join(buildPath,"node_modules"));