Skip to content

Commit ecb02d3

Browse files
committed
format lit analyze output
1 parent 91906c4 commit ecb02d3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scripts/analyze.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const litAnalyzer = async (command: Command): Promise<StepResponse> => {
5252
const problemCount = parseInt(problemsCountStr);
5353

5454
outputStr = outputStr.split("...").pop()?.trim() || outputStr;
55+
outputStr = "\n" + outputStr;
5556

5657
return await buildComment(response, command.label, outputStr, problemCount);
5758
} else {

0 commit comments

Comments
 (0)