Opened this issue 5 years ago · 0 comments
After applying #3, the first argument to FUSE seems to always be ignored. I've not attempted to look into why that's the case.
A simple workaround is to just insert an empty string for the first argument, like:
fs.run! ["", "-s", ...]