File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ import { writeRewritedSearchData } from "./searchRewrite";
42
42
import { setupSnippetsJson } from "./processingFunctions/processSnippetJson" ;
43
43
import { createTocJson } from "./generateTocJson" ;
44
44
import { setupReferencesJson } from "./processingFunctions/processReferenceJson" ;
45
- import { jsonSummaryPrefix } from "../i18n/config" ;
46
45
47
46
export let parseType ;
48
47
let version ;
@@ -409,7 +408,7 @@ async function main() {
409
408
fs . mkdirSync ( logDir , { recursive : true } ) ;
410
409
}
411
410
412
- const logPath = path . join ( logDir , `${ jsonSummaryPrefix } -${ timestamp } .log` ) ;
411
+ const logPath = path . join ( logDir , `json-summary -${ timestamp } .log` ) ;
413
412
fs . writeFileSync ( logPath , summaryLog ) ;
414
413
console . log ( `Summary log saved to logs/json-summary-${ timestamp } .log` ) ;
415
414
} catch ( logError ) {
You can’t perform that action at this time.
0 commit comments