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 path representation in AbsolutePath is incorrect and stores a
relative path as an absolute path (paths with leading `/` or `\` are
drive relative, not absolute, absolute paths must start with `[A-Z]:` or
`\\[^\]+\[^\]+\`). This adds a root directory so that the path to the
manifest is not drive relative.
0 commit comments