Skip to content

Commit 7c32d40

Browse files
authored
Merge pull request #158 from bacongobbler/more-context
add more context to certain errors
2 parents 8cabbeb + 61887a9 commit 7c32d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/deploy.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ impl DeployCommand {
253253

254254
client
255255
.add_revision(storage_id.clone(), version.clone())
256-
.await?;
256+
.await
257+
.context(format!("Unable to upload {}", version.clone()))?;
257258

258259
for kv in self.key_values {
259260
client

0 commit comments

Comments
 (0)