Former-commit-id: c1dc840445a9e257439b793145d5e6df9d53b952
This commit is contained in:
troyeguo
2021-02-02 20:13:08 +08:00
parent e96dc0d5af
commit 9351e85ccb

View File

@@ -272,7 +272,6 @@ const startExpress = () => {
`<h1>${content[i].title}</h1>` + content[i].data
);
}
// Generate the result
epub.writeEPUB(
function (e) {
console.log("Error:", e);