You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inotify_add_watch() returns false when the path doesn't exist, the documentation says it always returns int. You can check this out yourself using this small example snippet:
Greetings!
inotify_add_watch()
returnsfalse
when the path doesn't exist, the documentation says it always returnsint
. You can check this out yourself using this small example snippet:See also this Psalm bug.
Cheers!
Uli
The text was updated successfully, but these errors were encountered: