Skip to content

Bugfix: path.join

Compare
Choose a tag to compare
@glebec glebec released this 02 Jul 22:14
· 80 commits to master since this release

Despite saying that path.join does normalization, it appears "same-directory" syntax of ./ does not work across all environments. Dropping the preceding ./ in the config file location enabled this package to work on at least one computer. This release adopts the more universal / reliable path definition.