quartz/util/path.ts @@ -247,7 +247,7 @@ } // path helpers function isFolderPath(fplike: string): boolean { export function isFolderPath(fplike: string): boolean { return ( fplike.endsWith("/") || endsWith(fplike, "index") ||