Skip to content

Commit

Permalink
fix(closes #107): Wrong exe to the node_modules executable
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 27, 2024
1 parent b2b8499 commit dadf1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm_package/odiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function compare(basePath, comparePath, diffOutput, options = {}) {
const binaryPath =
options && options.__binaryPath
? options.__binaryPath
: path.join(__dirname, "bin", "odiff");
: path.join(__dirname, "bin", "odiff.exe");

execFile(
binaryPath,
Expand Down

0 comments on commit dadf1f7

Please sign in to comment.