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 175d4a5 commit 7cc9f69
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 @@ -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);
});
Expand Down

0 comments on commit 7cc9f69

Please sign in to comment.