mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
unfurl: improve failure debug
This commit is contained in:
parent
8f66e49db8
commit
a08e698f29
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ async function unfurlCard(url: string, signal: AbortSignal): Promise<PreviewCard
|
|||
blurhash: null,
|
||||
};
|
||||
} catch (e) {
|
||||
debug(`Failed to unfurl ${url}`);
|
||||
debug(e);
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue