summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/util/cdn.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/cdn.ts b/src/util/cdn.ts

index 30b946ea..aed8ca0a 100644 --- a/src/util/cdn.ts +++ b/src/util/cdn.ts
@@ -35,6 +35,6 @@ export async function handleFile(path: string, body?: string): Promise<string | return id; } catch (error) { console.error(error); - throw new HTTPError("Invalid file"); + throw new HTTPError("Invalid " + path); } }