fix all descriptions
This commit is contained in:
parent
3d490658e1
commit
20299459c9
|
@ -322,7 +322,7 @@ buildOptionsForBeautifiers = function(beautifiers, allLanguages) {
|
|||
optionDef = ref16[o];
|
||||
optionDef.beautifiers = _.uniq(optionDef.beautifiers)
|
||||
if (optionDef.beautifiers.length > 0) {
|
||||
optionDef.description = optionDef.description + " (Supported by " + (optionDef.beautifiers.join(', ')) + ")";
|
||||
optionDef.description = (optionDef.description || "") + " (Supported by " + (optionDef.beautifiers.join(', ')) + ")";
|
||||
} else {
|
||||
unsupportedOptions.push(g + ".properties." + o);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue