mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-24 16:54:25 +01:00
unfurl: improve failure debug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user