only:docs

This commit is contained in:
Andrey 2023-06-17 18:51:52 -04:00
parent 65e391d5ff
commit 74ec19901e
1 changed files with 2 additions and 0 deletions

View File

@ -94,8 +94,10 @@ public class TsOutput {
}
if (configField.getState().getTsCustomLine().containsKey(configField.getType())) {
// todo: rename 'bits' to 'customLine' or something since _not_ bits for array?
String bits = configField.getState().getTsCustomLine().get(configField.getType());
if (!bits.startsWith("bits")) {
// 'array' would be handled here
bits = handleTsInfo(configField, bits, 5);
}