We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0e834 commit 6331b07Copy full SHA for 6331b07
lib/ecstatic.js
@@ -28,7 +28,7 @@ function decodePathname(pathname) {
28
}
29
30
return piece;
31
- }).join('/')).replace(/\\/g,"/");
+ }).join('/')).replace(/\\/g, "/");
32
33
34
0 commit comments