Skip to content

Commit 4230159

Browse files
committed
fix: cheerio type info
1 parent 6d96979 commit 4230159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function prepare() {
2525
}
2626

2727
const htmlContent = fse.readFileSync(HTML_FILE, 'utf-8')
28-
const $ = cheerioLoad(htmlContent, { decodeEntities: false })
28+
const $ = cheerioLoad(htmlContent, {})
2929
return $
3030
}
3131

0 commit comments

Comments
 (0)