Closed mcdado closed 2 years ago
When listing a local file system and the path variabile didn't have ending slash, it would cause an error. Using Node's path.join() we can be sure that the right directory separator is used.
path.join()
Great contribution, thank you very much! Looks good to me. Checking it out and then accepting it.
When listing a local file system and the path variabile didn't have ending slash, it would cause an error. Using Node's
path.join()
we can be sure that the right directory separator is used.