Allow hashes in app data paths

This commit is contained in:
trevor-signal
2023-08-22 12:25:01 -04:00
committed by GitHub
parent 6e36aa7a8b
commit 41d6dadb78
2 changed files with 1 additions and 32 deletions

View File

@@ -42,9 +42,8 @@ export function _urlToPath(
: decoded.slice(options?.isWindows ? 8 : 7);
const withoutQuerystring = _eliminateAllAfterCharacter(withoutScheme, '?');
const withoutHash = _eliminateAllAfterCharacter(withoutQuerystring, '#');
return withoutHash;
return withoutQuerystring;
}
function _createFileHandler({