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
Here we access the path property of currentDirectoryURL and then attempt to convert this to filesystem representation. That might end up having a leading slash in it -- should this directly use currentDirectoryURL.withUnsafeFileSystemRepresentation instead?