readdirSyncRecursive returns file names on Linux, file paths on Windows #26
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#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
This caused some problems deploying from a Windows dev environment to a Linux production environment :-/.
Hmm... I don't have a VM to test on at the moment. Is this down to a platform difference in Node.js, by any chance? If so I feel like it's more of an upstream bug for them.
Nah, just down to using manual string manipulation instead of the
pathmodule.There are lots of other places in the code that do such string manipulation (e.g. concatenation with
/instead of usingpath.join), but all the tests pass on Windows now, so it seems likely they don't matter.