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
Print warning when mkdir fails instead of silently ignoring the error
For example, a user could have no more disk space, causing mkdir to fail,
but not realize it because the error is silently discarded, and the
subsequent warning would not indicate the actual issue.
0 commit comments