diff --git a/src/cli/summarizer-app.ts b/src/cli/summarizer-app.ts index 85dbadac02..67db67fb8c 100644 --- a/src/cli/summarizer-app.ts +++ b/src/cli/summarizer-app.ts @@ -55,6 +55,7 @@ async function getStatisticsSummarizer() { }) shell.tryToInjectHomeLibPath() await shell.obtainTmpDir() + await shell.tokenMap() return new StatisticsSummarizer({ inputPath: options.input, outputPath: `${outputBase}-final`, diff --git a/src/statistics/features/supported/defined-functions/post-process.ts b/src/statistics/features/supported/defined-functions/post-process.ts index aa5bff1e0e..a01a73ce60 100644 --- a/src/statistics/features/supported/defined-functions/post-process.ts +++ b/src/statistics/features/supported/defined-functions/post-process.ts @@ -225,7 +225,6 @@ async function processNextLine(data: FunctionDefinitionSummaryInformation = emptyFunctionDefinitionSummary() @@ -247,6 +246,7 @@ async function processNextLine(data: FunctionDefinitionSummaryInformation