jsdelta icon indicating copy to clipboard operation
jsdelta copied to clipboard

Don't delete parent directories of main file in `--dir` mode

Open msridhar opened this issue 4 years ago • 0 comments

Spinoff of #48. From that issue:

Then, I ran into an issue with delta_multi.js trying to delete entire directories, as it would also delete parent directories of main.js, leading to a failure to stat the file. This I think we can fix.

msridhar avatar Sep 07 '21 17:09 msridhar