TL;DR
I believe this is caused by the loop that iterates over deleted files and attempts to get the file's mode via the stat command. Unfortunately, one cannot stat a deleted file.
My first idea to fix is to see if we need a file's mode for deleted files. I'm hoping we don't, so similar to the SHA, we can just leave it unset/null.
Expected behavior
No response
Observed behavior
Unhandled error: Error: ENOENT: no such file or directory, stat ''
Environment Details
Additional information
No response
TL;DR
I believe this is caused by the loop that iterates over deleted files and attempts to get the file's mode via the
statcommand. Unfortunately, one cannot stat a deleted file.My first idea to fix is to see if we need a file's mode for deleted files. I'm hoping we don't, so similar to the SHA, we can just leave it unset/null.
Expected behavior
No response
Observed behavior
Unhandled error: Error: ENOENT: no such file or directory, stat ''
Environment Details
Additional information
No response