Skip to content

Commit

Permalink
Add trace logging for error when pages aren't validated
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Cargnelutti <matteo.cargnelutti@gmail.com>
  • Loading branch information
tw4l and matteocargnelutti committed Mar 22, 2024
1 parent dd847e7 commit 729affa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ export class WACZ {
lineIndex++
} catch (err) {
isValidJSONL = false
log.trace(err)
log.warn(`Pages: Skipping file ${pagesFile}, not valid JSONL`)
break
}
Expand Down

0 comments on commit 729affa

Please sign in to comment.