Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update distributables
  • Loading branch information
James M. Greene authored and James M. Greene committed Mar 9, 2023
1 parent a8d1a4c commit ce35ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -10152,7 +10152,7 @@ class Deployment {

// build customized error message based on server response
if (error.response) {
errorStatus = error.response.status
errorStatus = error.status || error.response.status

errorCount++

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit ce35ecd

Please sign in to comment.