Skip to content

Commit 5173721

Browse files
committed
fix: restore INSTALLING case that was accidentally removed
1 parent d89ac4f commit 5173721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/commands/deploy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ async function failDeploy(
676676

677677
switch (serverDeployment.status) {
678678
case "PENDING":
679+
case "INSTALLING":
679680
case "DEPLOYING":
680681
case "BUILDING": {
681682
await doOutputLogs();

0 commit comments

Comments
 (0)