We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bdb78 commit 0faafd8Copy full SHA for 0faafd8
packages/wrangler/src/containers/deploy.ts
@@ -355,6 +355,7 @@ function formatError(err: ApiError): string {
355
typeof maybeError.details === "object"
356
) {
357
let message = "";
358
+ message += `${maybeError.error}\n`;
359
for (const key in maybeError.details) {
360
message += `${brandColor(key)} ${maybeError.details[key]}\n`;
361
}
0 commit comments