Skip to content

Commit ebb986b

Browse files
committed
words
1 parent 831eb52 commit ebb986b

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\n</details>\n`;
188+
errFromFetchingChangedFiles = `<details><summary>💥 An error occurred when fetching the changed packages and changesets 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)