fix: sentry report on unable to find highlight

This commit is contained in:
Hongbo Wu 2023-05-18 21:07:51 +08:00
parent 48554be76d
commit 0adab7ad23

View file

@ -625,7 +625,7 @@ export const htmlToHighlightedMarkdown = (
document
)
} catch (err) {
console.error(err)
console.log(err)
}
})
html = document.documentElement.outerHTML