mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add more logs to debug browser context
This commit is contained in:
parent
475c636c1a
commit
86e637febd
1 changed files with 2 additions and 0 deletions
|
|
@ -240,7 +240,9 @@ export const fetchContent = async (
|
|||
} finally {
|
||||
// close browser context if it was opened
|
||||
if (context) {
|
||||
console.info('closing context...', logRecord)
|
||||
await context.close()
|
||||
console.info('context closed', logRecord)
|
||||
}
|
||||
|
||||
console.info(`content-fetch result`, logRecord)
|
||||
|
|
|
|||
Loading…
Reference in a new issue