Fix text
This commit is contained in:
parent
ff9a286910
commit
d110645703
2 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@ const Message = styled("div")`
|
|||
height: 100%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
|
||||
line-height: 1.5rem;
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue