This commit is contained in:
2026-08-01 05:25:47 +01:00
parent 596b9de047
commit 86ea86e7bd
8 changed files with 196 additions and 5 deletions
@@ -138,6 +138,7 @@ export default async function grabPageComponent(params) {
else {
log.error(`Error Grabbing Page Component: ${error.message}`);
log.error(`Page: ${passed_file_path || url?.pathname}`);
process.exit(1);
}
return await grabPageErrorComponent({
error,