Skip to content

Commit 4f25151

Browse files
committed
fix bugs
1 parent da45b5e commit 4f25151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async function main() {
410410
const logPath = path.join(logDir, `json-summary-${timestamp}.log`);
411411
fs.writeFileSync(logPath, summaryLog);
412412
console.log(
413-
`Summary log saved to logs/translation-summary-${timestamp}.log`
413+
`Summary log saved to logs/json-summary-${timestamp}.log`
414414
);
415415
} catch (logError) {
416416
console.error("Failed to save log file:", logError);

0 commit comments

Comments
 (0)