Skip to content

Commit 831eb52

Browse files
committed
Fix markdown
1 parent ac1a3ed commit 831eb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default (app: Application) => {
185185
).data.token,
186186
}).catch((err) => {
187187
if (err instanceof ValidationError) {
188-
errFromFetchingChangedFiles = `<details><summary>💥 An error occurred when fetching the changed packages in this PR</summary>\n\n\`\`\`\n${err.message}\`\`\`\n\n</details>\n`;
188+
errFromFetchingChangedFiles = `<details><summary>💥 An error occurred when fetching the changed packages in this PR</summary>\n\n\`\`\`\n${err.message}\n\`\`\`\n\n</details>\n`;
189189
} else {
190190
console.error(err);
191191
captureException(err);

0 commit comments

Comments
 (0)