Skip to content

Commit

Permalink
add more context to certain errors
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <[email protected]>
  • Loading branch information
bacongobbler committed Dec 15, 2023
1 parent 8cabbeb commit 47a5a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ impl DeployCommand {

client
.add_revision(storage_id.clone(), version.clone())
.await?;
.await
.context("Unable to add revision")?;

for kv in self.key_values {
client
Expand Down

0 comments on commit 47a5a2a

Please sign in to comment.