-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 CLI client crash when a file is removed before we process the change notification #14616
Conversation
e076e5f
to
356fe9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the PR title is wrong — this is about the CLI
… change notification
Co-authored-by: Jordan Pittman <[email protected]>
58030df
to
dfbfb78
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog has some extra stuff in it
@thecrypticace how the hell 🫠 cursed PR |
@thecrypticace most changes were actually intended to fix some conflicts that are in main right now but there was one unnecessary duplicate from a previous version somehow 🤷 |
…nge notification (#14616) Fixes #14613 Don't crash when trying to read the modification time of a file that might already be deleted. Note: This fix is purely theoretical right now as I wasn't able to reproduce the issue yet. --------- Co-authored-by: Jordan Pittman <[email protected]>
Fixes #14613
Don't crash when trying to read the modification time of a file that might already be deleted.
Note: This fix is purely theoretical right now as I wasn't able to reproduce the issue yet.