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
The type specification states that the function returns either Infer.Type.t() or nil, but it returns {:error, :file.posix()} if given a non-existing path:
The type specification states that the function returns either
Infer.Type.t()
ornil
, but it returns{:error, :file.posix()}
if given a non-existing path:The text was updated successfully, but these errors were encountered: