From 9351e85ccb986fece07b471edecbfa4ccee300bf Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Tue, 2 Feb 2021 20:13:08 +0800 Subject: [PATCH] Bug-Fix Former-commit-id: c1dc840445a9e257439b793145d5e6df9d53b952 --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index e9e921f1..bb4d2a8b 100644 --- a/main.js +++ b/main.js @@ -272,7 +272,6 @@ const startExpress = () => { `

${content[i].title}

` + content[i].data ); } - // Generate the result epub.writeEPUB( function (e) { console.log("Error:", e);