mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix: sentry report on unable to find highlight
This commit is contained in:
parent
48554be76d
commit
0adab7ad23
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ export const htmlToHighlightedMarkdown = (
|
|||
document
|
||||
)
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
console.log(err)
|
||||
}
|
||||
})
|
||||
html = document.documentElement.outerHTML
|
||||
|
|
|
|||
Loading…
Reference in a new issue