Closed geographika closed 2 years ago
Would it make sense to use the NodeJs path
utility here?
@slafayIGN fix a similiar issue with the path package: https://github.com/geostyler/geostyler/pull/1727/files
I've switched to the path
module as described in https://stackoverflow.com/a/63251716
The user enters the path from the command line so it isn't possible to build a path from code directly.
I tried it on linux and it all seems to work. Thanks!
Fix for #194