breck7 / scrollsdk

Build on top of Scroll.
https://sdk.scroll.pub
380 stars 17 forks source link

🚜 fix error message #123

Closed breck7 closed 2 months ago

breck7 commented 3 years ago

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.