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 separator \ for windows is inconsistently applied in serveStatic.ts and send.ts. In particular hasTrailingSlash() assumes / whereas the path which has been normalize() contains (and may end with) \.
The text was updated successfully, but these errors were encountered:
I think I've released a fix for this, but could have missed somewhere! Would you be able to check if you still have the same issues with [email protected]?
Issue
Setup:
Details
The path separator
\
for windows is inconsistently applied inserveStatic.ts
andsend.ts
. In particularhasTrailingSlash()
assumes/
whereas the path which has beennormalize()
contains (and may end with)\
.The text was updated successfully, but these errors were encountered: