Skip to content

Commit

Permalink
investigate win32 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Aug 24, 2023
1 parent 33c6d33 commit ce49304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cheerp-win32-x64/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const { join } = require("path");

console.log("win32 dirname: ", __dirname);

module.exports = { path: join(__dirname, "cheerp") };

0 comments on commit ce49304

Please sign in to comment.