We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474cff commit d3c8665Copy full SHA for d3c8665
src/evaluator/fallbackTreatmentsCalculator/fallbackSanitizer/index.ts
@@ -57,7 +57,7 @@ function sanitizeByFlag(
57
58
export function sanitizeFallbacks(logger: ILogger, fallbacks: unknown): FallbackTreatmentConfiguration | undefined {
59
if (!isObject(fallbacks)) {
60
- logger.error('Fallback treatments - Discarded fallback: Invalid fallback configuration');
+ logger.error('Fallback treatments - Discarded configuration: it must be an object with optional `global` and `byFlag` properties');
61
return;
62
}
63
0 commit comments