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
IIUC, this is because mkdirAllAndSyncParents is called, append an empty string as parent path in parentPaths, and fs.OpenDir on an empty string fails with the error no such file or directory.