You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -255,7 +255,7 @@ export class FileSystemCacheHandler extends CacheHandler {
255
255
}
256
256
257
257
console.log(
258
-
`${pathsToCache.length} Prerendered pages were moved to cache folder.`
258
+
`${pathsToCache.length} Prerendered pages were moved to cache folder.`,
259
259
);
260
260
}
261
261
@@ -280,7 +280,7 @@ export class FileSystemCacheHandler extends CacheHandler {
280
280
* @returns {Array<{ path: string; html: string }>} An array of objects, where each object contains the path and contents of an 'index.html' file found in the specified directory or its subdirectories.
281
281
*/
282
282
functionfindIndexHtmlFilesRecursively(
283
-
path: string
283
+
path: string,
284
284
): Array<{path: string;html: string}>{
285
285
// Initialize an empty array to hold the data for each file found
0 commit comments