Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Commit 1a84b23

Browse files
author
JP Driver
committed
fix linting errors
1 parent fed2a4a commit 1a84b23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/post-deploy.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ module.exports = function postDeploy() {
4444
if (postError) {
4545
console.error('Failed to post comment to GitHub, an error occurred', postError);
4646
} else if (postResponse.statusCode >= 400) {
47-
console.error('Failed to post comment to GitHub, request failed with', postResponse);
47+
console.error(
48+
'Failed to post comment to GitHub, request failed with',
49+
postResponse
50+
);
4851
} else {
4952
console.log(`Posted message to GitHub PR #${config.githubPullRequestId}`);
5053
}

0 commit comments

Comments
 (0)