summaryrefslogtreecommitdiff
path: root/u/server/filter/mod.ts
diff options
context:
space:
mode:
authorElizabeth <me@liz.coffee>2025-06-02 22:54:40 -0700
committerElizabeth <me@liz.coffee>2025-06-02 22:54:40 -0700
commit0662f62db82026e44cfff7ec42776eb6c2c06cfa (patch)
treef59bc8eb82e5c075d2c59e547a42ceefdc1c3ffc /u/server/filter/mod.ts
parent2ae2ebc8aa7c4600f499ab7d2264dcb1d16db4ae (diff)
downloadci-0662f62db82026e44cfff7ec42776eb6c2c06cfa.tar.gz
ci-0662f62db82026e44cfff7ec42776eb6c2c06cfa.zip
Significant logging improvements
Diffstat (limited to 'u/server/filter/mod.ts')
-rw-r--r--u/server/filter/mod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/u/server/filter/mod.ts b/u/server/filter/mod.ts
index 3b247fc..0e0a4cb 100644
--- a/u/server/filter/mod.ts
+++ b/u/server/filter/mod.ts
@@ -14,7 +14,7 @@ export enum ErrorSource {
export class PenguenoError extends Error {
public readonly source: ErrorSource;
constructor(
- message: string,
+ override readonly message: string,
public readonly status: number,
) {
super(message);