Skip to content

Commit 92f12f4

Browse files
Remove "Cloudchamber" from user facing error messages (#9628)
This error message can be displayed when using "containers" subcommands, and most users won't know what "Cloudchamber" is (or need to know), so we shouldn't include this in the error message. Co-authored-by: Carmen Popoviciu <[email protected]>
1 parent 2671e77 commit 92f12f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/thick-ways-visit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Remove "Cloudchamber" from user facing error messages

packages/wrangler/src/cloudchamber/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export async function fillOpenAPIConfiguration(config: Config, json: boolean) {
266266
message = JSON.stringify(err);
267267
}
268268

269-
throw new UserError("loading Cloudchamber account failed:" + message);
269+
throw new UserError("Loading account failed: " + message);
270270
}
271271
}
272272

0 commit comments

Comments
 (0)