Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for directories/files names with spaces #129

Merged

Conversation

ptwoms
Copy link
Contributor

@ptwoms ptwoms commented Jun 7, 2021

Reason:
SourceKit's send_request_sync() fails and returns "error opening input file xxx- No such file or directory", if the folder or file names include escape(\) in front of the space character.
Fix:
Remove escape(\) character in front of space before processing.

@rockbruno
Copy link
Owner

Weird, I thought this was already fixed, it's why there's a replacingEscapedSpaces and replacingPlaceholder property. Thanks for fixing it!

@rockbruno rockbruno merged commit dad3408 into rockbruno:master Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants