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
Under certain circumstances, on Windows, URLs are translated into
strings of the form "file:C:/..." (which the URL constructor does not
like at all) instead of "file:/C:/..." (which the URL constructor
does like).
Let's be lenient on Windows and just accept even the first form.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments