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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Causes errors like this, notice the file path:
See how my
_workspaceRootPath
is properly set, and also thecwd
which I've added FYI.And now the result, which is incorrectly rooted:
Problem seems to be in
DirectoryInfoProxy
class:The
FileInfo
is created with just the file name.If I change that line to this, it works fine:
The text was updated successfully, but these errors were encountered: