unfurl: improve failure debug
This commit is contained in:
parent
8f66e49db8
commit
a08e698f29
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue