Skip to content

Commit

Permalink
return if build fails in buildUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLuGit committed Mar 8, 2024
1 parent 382d1de commit 9961650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/buildUpload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const buildUpload = async () => {
await buildCommand.runCommand();
} catch (err: any) {
await window.showErrorMessage(err.message);
return;
}
await upload();
};

0 comments on commit 9961650

Please sign in to comment.