Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use path.sep to fix path check on Windows #190

Merged
merged 4 commits into from
Sep 5, 2024
Merged

Conversation

brandenrodgers
Copy link
Contributor

Description and Context

This fixes an issue on Windows where the path wasn't being checked correctly. The path.sep value will be / on MacOS and \\ on Windows.

I'm not sure what's going on with Prettier, but it formatted a few other files for some reason

Screenshots

TODO

Who to Notify

Copy link
Contributor

@camden11 camden11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the same thing with prettier happened to Allison. Could you try deleting node modules and re-installing and see if that keeps these files the same? Just want to make sure we don't end up in another situation where they go back and forth every PR.

path.sep stuff looks good though

@brandenrodgers brandenrodgers merged commit 8083ad5 into main Sep 5, 2024
1 check passed
@brandenrodgers brandenrodgers deleted the br/use-path-sep branch September 5, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants