This commit is contained in:
Manav Rathi 2024-05-10 11:17:59 +05:30
parent ff9a286910
commit d110645703
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@ const Message = styled("div")`
height: 100%;
justify-content: center;
align-items: center;
text-align: center;
line-height: 1.5rem;

View file

@ -133,7 +133,7 @@ export const imageURLGenerator = async function* (castData: CastData) {
if (!isFileEligible(file)) continue;
console.log("will start createRenderableURL", new Date());
console.log("will start createRenderableURL", new Date(), file);
let url: string;
try {
url = await createRenderableURL(castToken, file);