unfurl: improve failure debug

This commit is contained in:
Alex Gleason 2024-01-11 18:09:59 -06:00
parent 8f66e49db8
commit a08e698f29
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ async function unfurlCard(url: string, signal: AbortSignal): Promise<PreviewCard
blurhash: null, blurhash: null,
}; };
} catch (e) { } catch (e) {
debug(`Failed to unfurl ${url}`);
debug(e); debug(e);
return null; return null;
} }