Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Oct 22, 2024
1 parent abaadbe commit 38805c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eas-cli/src/build/evaluateConfigWithEnvVarsAsync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ async function resolveEnvVarsAsync({
}
}

Log.newLine();

return { ...serverEnvVars, ...buildProfile.env };
} catch (e) {
Log.error(`Failed to pull env variables for environment ${environment} from EAS servers`);
Expand Down

0 comments on commit 38805c6

Please sign in to comment.