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
I was able to make a workaround, it´s ugly but it works:
if(platform()=="win32"){constbrokenMatcher=router.match.bind(router);router.match=function(input){consturl=newURL(typeofinput=='string' ? input : input.url);returnbrokenMatcher(url.pathname// use URL.pathname to remove the query, as it also gets "corrupted".replaceAll(/\/(\w*)\/?/g,"/\\$1\\/")// remove any backslash along the string.replace(/(\w*)\\\/$/,"/$1")// remove trailing backslash);};}
#wind
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.0.26-canary.106+fcf004776
What platform is your computer?
Microsoft Windows NT 10.0.22000.0 x64
What steps can reproduce the bug?
What is the expected behavior?
What do you see instead?
Additional information
I was able to make a workaround, it´s ugly but it works:
#wind
The text was updated successfully, but these errors were encountered: