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 5919a5f commit f1eb187Copy full SHA for f1eb187
packages/cli-v3/src/entryPoints/deploy-index-controller.ts
@@ -61,7 +61,7 @@ async function indexDeployment({
61
const $env = await cliApiClient.getEnvironmentVariables(projectRef);
62
63
if (!$env.success) {
64
- throw new Error(`Failed to fetch environment variables: ${env.error}`);
+ throw new Error(`Failed to fetch environment variables: ${$env.error}`);
65
}
66
67
const workerManifest = await indexWorkerManifest({
0 commit comments