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

Execution fails when there is blank space in filepath #30

Open
CanCodes opened this issue Oct 23, 2024 · 1 comment
Open

Execution fails when there is blank space in filepath #30

CanCodes opened this issue Oct 23, 2024 · 1 comment

Comments

@CanCodes
Copy link

Can we add quotes to the ${args.join(' ')} part? When the path has blank spaces it fails to find the file.

Originally posted by @CanCodes in 0a40aea

@CanCodes
Copy link
Author

This is what gets ran behind:

$ effekt some-path-here/tasks and dance/main.effekt --backend js --includes /some-path-here/
some-path-here/tasks (No such file or directory)
and (No such file or directory)
dance/main.effekt (No such file or directory)

since there are spaces instead of \ , i think it detects each as a different route here. I have fixed this manually by either by replacing blank spaces with \ or putting the path in double quotes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant