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 preprocessing not being applied on Windows #234

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

SarahIsWeird
Copy link
Contributor

The if statement surrounding the preprocessing assumed *nix-like path names, causing files not to preprocess on Windows. This caused the errors in #233 (aside from the bug that was already fixed).

@samualtnorman samualtnorman merged commit 29dd908 into samualtnorman:main Jan 21, 2025
1 check passed
@samualtnorman
Copy link
Owner

ty!

samualtnorman pushed a commit that referenced this pull request Feb 3, 2025
* Fix preprocessing not happening for files on Windows

* Add Sarah as contributor

* Use path.isAbsolute instead of custom function
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