Skip to content

Commit

Permalink
debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 18, 2023
1 parent 7cc9f69 commit 0adbcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 0adbcdf

Please sign in to comment.