jtree
jtree copied to clipboard
🚜 fix error message
Error: In string template no match found on line "titleTag {title}"
Should be something like:
When running 'templateToString' method, the template asks for '{}' but the passed object did not have that set. Currently all placeholders in a template are required.
Of course, perhaps it's better to take a fresh wholistic look at upgrading that method.