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

Use fs.stat to check directory status #880

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Conversation

cgewecke
Copy link
Member

@cgewecke cgewecke commented Apr 4, 2024

#879

Addresses EISDIR crash reported in #879 when directory names contain a period. The path.extName function was returning an extension in this case causing assembleFiles to treat the directory as a source file.

@cgewecke cgewecke merged commit 66fda89 into master Apr 4, 2024
3 checks passed
@cgewecke cgewecke deleted the fix-directory-check branch April 4, 2024 16:11
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.

1 participant