chore: Update dist

This commit is contained in:
GitHub Actions
2026-04-08 20:42:11 +00:00
parent 1f08c8a67c
commit 80269b713c
2 changed files with 4 additions and 1 deletions
Generated Vendored
+3
View File
@@ -51890,6 +51890,9 @@ var require_Client = __commonJS({
* a given path to fix that issue for most cases.
*/
async protectWhitespace(path3) {
if (/[\r\n\0]/.test(path3)) {
throw new Error("Invalid path: Contains control characters");
}
if (!path3.startsWith(" ")) {
return path3;
}