szwacz / fs-jetpack

Better file system API for Node.js
MIT License
777 stars 41 forks source link

Spaces in path are not supported #123

Closed wiresnchains closed 3 months ago

wiresnchains commented 3 months ago

When passing a path that contains a directory with a space, file is not going to be found. Escaping spaces with %20 also does not work.

wiresnchains commented 3 months ago

Sorry, my mistake. Had a logical error in file validation.