You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is is possible to update the use of execSync in line-diff.js to match how it is used in index.js?
Currently it appears to use the default value for maxBuffer
The text was updated successfully, but these errors were encountered:
@lorranmira I am also running into the same issue, it would be nice to have the option to add options to the git diff command used in line-diff.js to allow for filtering, I am going to submit a PR to deal with this issue to allow for sending an additional option at the end to allow for filtering. A use-case for this would be to remove generated files from the diff you could use the following syntax to filter
Hi,
Is is possible to update the use of execSync in line-diff.js to match how it is used in index.js?
Currently it appears to use the default value for maxBuffer
The text was updated successfully, but these errors were encountered: