Skip to content

Commit

Permalink
chore: build and format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2021
1 parent 6656275 commit 5e939d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21594,7 +21594,7 @@ const exec = (cmd, args = [], callAPI) =>
if (code !== 0 && !stdout.includes("nothing to commit")) {
let err = new Error(`Invalid status code: ${code}`);
err.code = code;
console.log(err)
console.log(err);
if (callAPI) {
apiRequest({ ...reqParams, status: "failure" }, () => reject(err));
} else {
Expand Down

0 comments on commit 5e939d5

Please sign in to comment.