Skip to content

Commit 0f18bfa

Browse files
committed
fix: translateNewPublish
1 parent e1442f3 commit 0f18bfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/translateNewPublish.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const bootstrap = async () => {
4646
console.log(`-> ${mdFiles[index]} already translated!`);
4747
continue;
4848
}
49-
newFoundBlogs.push(mdFiles[index]);
49+
newFoundBlogs.push(mdFiles[index]);
5050
}
5151

5252
console.log("detect new published blogs--", newFoundBlogs);
@@ -128,7 +128,6 @@ const bootstrap = async () => {
128128
targetFilePath
129129
);
130130
}
131-
console.info(`【Progress: ${newFoundBlogs.length}/${updatedFiles.length}】`);
132131
cache[path] = new Date().toISOString();
133132
}
134133

0 commit comments

Comments
 (0)