Fixing some cross-platform path issues #43
No reviewers
Labels
No labels
Bug
Enhancement
Feature Request
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/wrench-js#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mostly just replacing a lot of
path + "/" + otherPathlines with_path.join(path, otherPath)Also removed a few warnings from tests: "path.existsSync is now called
fs.existsSync."I'm rolling out some modules on Windows systems that are going to be relying on wrench, it'd be cool if this could make its way into the version of wrench on npm in the near future!
Ah, you got it! Done.