konnectors/libs

Printing a cheerio object runs infinitely

Closed this issue · 2 comments

sebn commented

Actually not a cheerio issue.
I believe the offending line is here.

Workaround:

const util = require('util')
util.inspect.defaultOptions.depth = 2

Of course! Thanks @sebn !