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 8e9aa1f commit c08248d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evm-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function sanitizeConfig(name, config, overwrite = false) {
}

if ('preserveXcode' in config) {
config.preserveXcode = 5;
delete config.preserveXcode;
changes.push(`removed ${color.config('preserveXcode')} property`);
}

Expand Down

0 comments on commit c08248d

Please sign in to comment.