Skip to content

Commit 2595d90

Browse files
Add forgotten args
1 parent 16d5f56 commit 2595d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function findAndRunProcess(binaryName, args) {
215215
console.log("Binary " + binaryName + " not found.");
216216
return -2;
217217
}
218-
return runProcess(foundBinary);
218+
return runProcess(foundBinary, args);
219219
}
220220

221221
function runProcess(foundBinary, args) {

0 commit comments

Comments
 (0)