colinta / SublimeFileDiffs

Show diffs between the current file, or selection(s) in the current file, and clipboard, another file, or unsaved changes.
Other
510 stars 86 forks source link

show error message when diff fail #74

Open KES777 opened 8 years ago

KES777 commented 8 years ago

I have updated configuration to:

{
    "cmd": ["/usr/bin/diff", "-w", "-b", "$file1", "$file2"]
}

But now nothing is happened, not error also

Show errors in console when diff command fail