src/main.mjs
@@ -446,7 +446,7 @@ let finishCnt = 0; const finishBooks = []; const threadSize = config.threadSize; const thBookSize = endRow - startRow / threadSize const thBookSize = (endRow - startRow) / threadSize for (let sr = startRow; sr < endRow; sr += thBookSize) { let er = sr + thBookSize; if (er > endRow) {