We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1442f3 commit 0f18bfaCopy full SHA for 0f18bfa
tools/translateNewPublish.js
@@ -46,7 +46,7 @@ const bootstrap = async () => {
46
console.log(`-> ${mdFiles[index]} already translated!`);
47
continue;
48
}
49
- newFoundBlogs.push(mdFiles[index]);
+ newFoundBlogs.push(mdFiles[index]);
50
51
52
console.log("detect new published blogs--", newFoundBlogs);
@@ -128,7 +128,6 @@ const bootstrap = async () => {
128
targetFilePath
129
);
130
131
- console.info(`【Progress: ${newFoundBlogs.length}/${updatedFiles.length}】`);
132
cache[path] = new Date().toISOString();
133
134
0 commit comments