mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some extra debugging
This commit is contained in:
parent
159a7f8950
commit
be2801477b
1 changed files with 3 additions and 0 deletions
|
|
@ -665,6 +665,9 @@ async function retrieveHtml(page) {
|
|||
};
|
||||
}
|
||||
}
|
||||
console.log('DOM CONTENT')
|
||||
console.log(domContent)
|
||||
|
||||
if (domContent == 'IS_BLOCKED') {
|
||||
return { isBlocked: true };
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue