update error message
This commit is contained in:
@@ -56,7 +56,7 @@ export async function rulesDirect(args, log, context = {}) {
|
|||||||
removalResults.push({
|
removalResults.push({
|
||||||
brandName: brand,
|
brandName: brand,
|
||||||
success: false,
|
success: false,
|
||||||
error: `Profile not found: static import missing for '${brand}'. Valid brands: ${BRAND_NAMES.join(', ')}`
|
error: `The requested rules for '${brand}' are unavailable. Supported rules are: ${BRAND_NAMES.join(', ')}.`
|
||||||
});
|
});
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user