perf: markdown code css (#2187)

This commit is contained in:
Archer
2024-07-29 10:01:14 +08:00
committed by GitHub
parent 856d7ce48f
commit ba933c7450
3 changed files with 8 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ const main = async (props: Props, retry = 3): Response => {
result: JSON.stringify(result)
};
} catch (error) {
console.log(error);
if (retry <= 0) {
addLog.warn('DuckDuckGo error', { error });
return {