Stelescope/node_modules/ejs/test/fixtures/error.out
Saturneric a7116b5291 Add
2020-09-01 00:25:01 +08:00

8 lines
147 B
Plaintext

ReferenceError: error.ejs:2
1| <ul>
>> 2| <% if (users) { %>
3| <p>Has users</p>
4| <% } %>
5| </ul>
users is not defined