From dadf1f7b84594fcec0a2131e1bc7e4f0382b386a Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Tue, 27 Aug 2024 22:45:26 +0200 Subject: [PATCH] fix(closes #107): Wrong exe to the node_modules executable --- npm_package/odiff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_package/odiff.js b/npm_package/odiff.js index 94cf137c..e4998288 100644 --- a/npm_package/odiff.js +++ b/npm_package/odiff.js @@ -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,