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(loader): ensuring a cross-platform path #3

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

arkerone
Copy link
Contributor

@arkerone arkerone commented Apr 3, 2024

This PR addresses a critical issue with the path resolution system within the loader module, specifically rectifying an issue exclusive to Windows. Previously, pathnames were being incorrectly constructed with an extraneous leading slash (e.g., /D:/path_to_module), which resulted in Chokidar's watch function failing to recognize the paths correctly.

@Julien-R44
Copy link
Owner

Super cool dude, we were just fixing that issue in live-sharing with @RomainLanz and saw your PR coming 😅

thanks a lot, we just tried it live and it works perfectly

@Julien-R44 Julien-R44 merged commit a1d9488 into Julien-R44:main Apr 3, 2024
3 checks passed
@arkerone arkerone deleted the fix/cross-platform-loader branch April 3, 2024 20:49
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