Skip to content

Commit

Permalink
Fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Zamora committed Oct 19, 2023
1 parent c45da60 commit 2bbd1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environmentManager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const EnvironmentManagerFactory = (function(){
const environmentConfigs = validEnvironmentConfig(SPLIT_EVALUATOR_ENVIRONMENTS);

if (!defaultEnvironment && settings.sync && settings.sync.splitFilters) {
throwError('Flag sets must be defined in SPLIT_EVALUATOR_ENVIRONMENTS, ignoring filters in GLOBAL_CONFIG');
throwError('Flag sets must be defined in SPLIT_EVALUATOR_ENVIRONMENTS, initialization aborted');
process.exit(0);
}

Expand Down

0 comments on commit 2bbd1d0

Please sign in to comment.