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 da45b5e commit 4f25151Copy full SHA for 4f25151
javascript/index.js
@@ -410,7 +410,7 @@ async function main() {
410
const logPath = path.join(logDir, `json-summary-${timestamp}.log`);
411
fs.writeFileSync(logPath, summaryLog);
412
console.log(
413
- `Summary log saved to logs/translation-summary-${timestamp}.log`
+ `Summary log saved to logs/json-summary-${timestamp}.log`
414
);
415
} catch (logError) {
416
console.error("Failed to save log file:", logError);
0 commit comments