Skip to content

Commit

Permalink
Update src/evm-config.js
Browse files Browse the repository at this point in the history
Co-authored-by: David Sanders <[email protected]>
  • Loading branch information
codebytere and dsanders11 committed Oct 10, 2024
1 parent c08248d commit 9179cdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/evm-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ function sanitizeConfig(name, config, overwrite = false) {
delete config.preserveXcode;
changes.push(`removed ${color.config('preserveXcode')} property`);
}

if (config.onlySdk) {
delete config.onlySdk;
changes.push(`removed ${color.config('onlySdk')} property`);
}

if (config.goma) {
delete config.goma;
Expand Down

0 comments on commit 9179cdb

Please sign in to comment.