quartz/util/path.ts
@@ -260,7 +260,7 @@ return s === suffix || s.endsWith("/" + suffix) } function trimSuffix(s: string, suffix: string): string { export function trimSuffix(s: string, suffix: string): string { if (endsWith(s, suffix)) { s = s.slice(0, -suffix.length) }