Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
path.join will take care of unneccessary delimiters, that may occur if the given pathes or if for instance ` options.basePath = some/path and key = another/path ` produces "some/path/another/path" instead of "some/pathanother/path"
- Loading branch information