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
I'm not sure why, but I was manually escaping the input variable. I changed that and added tests for this case. Thanks for the issue and sorry I missed it for so long!
Trying to encrypt a file that has one or more spaces in the name
Result:
I thought that maybe adding double quotes around the path would help, as that is what you do in the shell to allow paths with spaces:
Result:
Done: Input file doesn't exist
Using
path.resolve
also results in the "Input file doesn't exist" error.The text was updated successfully, but these errors were encountered: