Skip to content

Commit

Permalink
chore: Add missing p-limit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Jun 22, 2024
1 parent 239207f commit cab1f08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"chalk": "^5.3.0",
"commander": "^12.0.0",
"jiti": "^1.21.0",
"p-limit": "^5.0.0",
"pretty-file-tree": "^1.0.1"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class DeploymentsManager {

let errorMessage = null

if (Output && Output.data && Output.data.output) {
if (Output?.data?.output) {
errorMessage = Output.data.output
}
else if (error) {
Expand Down

0 comments on commit cab1f08

Please sign in to comment.