File: error.out

package info (click to toggle)
node-ejs 3.1.10%2B~3.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,144 kB
  • sloc: javascript: 2,476; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
ReferenceError: error.ejs:2
    1| <ul>
 >> 2|   <% if (users) { %>
    3|     <p>Has users</p>
    4|   <% } %>
    5| </ul>

users is not defined