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: bug where os.Stat on a non-existent file would return "File exists" error #41

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

HarikrishnanBalagopal
Copy link
Contributor

@HarikrishnanBalagopal HarikrishnanBalagopal commented Oct 10, 2023

Fixes #40

…ts" error

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
@bjorn3 bjorn3 merged commit f4d2382 into bjorn3:main Oct 10, 2023
1 check passed
@bjorn3
Copy link
Owner

bjorn3 commented Oct 10, 2023

Thanks!

@HarikrishnanBalagopal HarikrishnanBalagopal deleted the fix/pathfilestatget branch October 11, 2023 01:15
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.

bug: the error number returned frompath_filestat_get should be ENOENT if the file doesn't exist
2 participants