Files
servicedock/nodejs/node_modules/ejs/test/fixtures/error.out

8 lines
147 B
Plaintext
Raw Normal View History

2016-01-14 15:34:50 +00:00
ReferenceError: error.ejs:2
1| <ul>
>> 2| <% if (users) { %>
3| <p>Has users</p>
4| <% } %>
5| </ul>
users is not defined