Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
amortemousque committed Sep 30, 2024
1 parent 6d21f9a commit ede0006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/build-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ function getSdkSetup() {
if (SDK_SETUPS.includes(process.env.SDK_SETUP)) {
return process.env.SDK_SETUP
}
console.log(`Invalid SDK setup "${process.env.SDK_SETUP}". Possible build modes are: ${SDK_SETUPS.join(', ')}`)
console.log(`Invalid SDK setup "${process.env.SDK_SETUP}". Possible SDK setups are: ${SDK_SETUPS.join(', ')}`)
process.exit(1)
}

0 comments on commit ede0006

Please sign in to comment.