Skip to content

Commit

Permalink
Cancelled flow where started to create new credentials should show er…
Browse files Browse the repository at this point in the history
…ror message.
  • Loading branch information
sagerb committed Sep 27, 2024
1 parent 87a932a commit 0b65c51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extensions/vscode/src/multiStepInputs/newDeployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -822,9 +822,7 @@ export async function newDeployment(
!newDeploymentData.newCredentials.apiKey ||
!newDeploymentData.newCredentials.name
) {
window.showErrorMessage(
"Internal Error: NewDeployment Unexpected type guard failure @1",
);
console.log("User has aborted flow. Exiting.");
return undefined;
}
try {
Expand Down

0 comments on commit 0b65c51

Please sign in to comment.