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 the Search feature not working for Windows #1

Closed
wants to merge 2 commits into from

Conversation

Swappea
Copy link

@Swappea Swappea commented Oct 4, 2022

Search feature was not working on windows because of usage of forward slashes in the script as oppose to windows backward slash.

Fixed the logic by using Path.join to normalize the slashes and allow the search feature to work for dev and diff script.

Before Fix:

image

After Fix:

image

@Swappea Swappea marked this pull request as ready for review October 4, 2022 14:40
@dtauer
Copy link
Contributor

dtauer commented Oct 4, 2022

Thanks for finding this. We applied a similar solution while fixing a couple of other issues.

@dtauer dtauer closed this Oct 4, 2022
burnsco added a commit to burnsco/advanced-remix that referenced this pull request Aug 1, 2023
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.

None yet

2 participants