Open nilslice opened 2 days ago
Error: failed to render template: Uncaught TypeError: ejs:13 11| <% if (needsDocumentation(ex)) { %> 12| /// <summary> <% -%> >> 13| <% ex.description.split('\n').filter(line => line.trim() !== "").forEach(line => { %> 14| /// <%= line.trim() -%> 15| <% }) %> 16| /// </summary> cannot read property 'split' of undefined
When we merge the validate PR, we b r to hook validator up as a pre-generation step now that we support generating outside the platform