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
Send fails when // is given as a path because resolvePath throws an error if the second argument is an absolute path, and the call to std’s path.parse to find out the length of the root (since it is different on Windows) to strip it out doesn’t catch this.
The text was updated successfully, but these errors were encountered:
Send fails when
//
is given as a path because resolvePath throws an error if the second argument is an absolute path, and the call to std’spath.parse
to find out the length of the root (since it is different on Windows) to strip it out doesn’t catch this.The text was updated successfully, but these errors were encountered: