Update index.ts

This commit is contained in:
Nicolas 2024-12-27 21:31:29 -03:00
parent c1fa5a44ae
commit e255301005

View File

@ -114,7 +114,7 @@ export async function scrapePDF(
throw error; throw error;
} }
meta.logger.warn( meta.logger.warn(
"RunPod MU failed to parse PDF -- falling back to parse-pdf", "RunPod MU failed to parse PDF (could be due to timeout) -- falling back to parse-pdf",
{ error }, { error },
); );
Sentry.captureException(error); Sentry.captureException(error);