Open
Description
I get following error:
Error: Unexpected socket close
Fix:
In main.js, add an if condition:
if (bodyOrFile.startsWith("file://")) {
const file = bodyOrFile.replace("file://", "")
body = fs.readFileSync(file, "utf8")
const $ = cheerio.load(body);
$('head').remove();
body = $.html();
}
Metadata
Metadata
Assignees
Labels
No labels
Activity