Skip to content

Commit 67ad07a

Browse files
committed
fix
1 parent c372f46 commit 67ad07a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/index.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ octokit.rest.issues.createComment({
5252
owner,
5353
repo,
5454
issue_number: pull_request_number,
55-
body: `compilation output is: \n\n\`\`\`json\n${
56-
(JSON.stringify(error_or_warnings), null, "\t")
57-
}\n\`\`\``,
55+
body: `compilation output is: \n\n\`\`\`json\n${JSON.stringify(
56+
error_or_warnings,
57+
null,
58+
"\t"
59+
)}\n\`\`\``,
5860
});

0 commit comments

Comments
 (0)