diff options
Diffstat (limited to 'js/url.ts')
| -rw-r--r-- | js/url.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -333,7 +333,7 @@ export class URL { password: baseParts.password, hostname: baseParts.hostname, port: baseParts.port, - path: resolvePathFromBase(urlParts.path, baseParts.path), + path: resolvePathFromBase(urlParts.path, baseParts.path || "/"), query: urlParts.query, hash: urlParts.hash }; |
