fix path to wdiff binary
This commit is contained in:
parent
b54dcf0c2c
commit
573b6b32e2
@ -43,7 +43,7 @@ module.exports = function(a, b, asMarkdown, callback) {
|
|||||||
if (err)
|
if (err)
|
||||||
return callback(err);
|
return callback(err);
|
||||||
|
|
||||||
var cmd = "wdiff " + filea.path + " " +fileb.path;
|
var cmd = "./bin/wdiff " + filea.path + " " +fileb.path;
|
||||||
exec(cmd, function(err, stdout) {
|
exec(cmd, function(err, stdout) {
|
||||||
|
|
||||||
if (err && err.code!=1 && err.code!=0) {
|
if (err && err.code!=1 && err.code!=0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user