20 matches across 1 files for error path:examples/error-pages/index.js lang:JavaScript lang:JavaScript
snippet_mode: auto · sorted by relevance
examples/error-pages/index.js JAVASCRIPT 20 matches · showing 5 view file →
15app.set('view engine', 'ejs');
16
17// our custom "verbose errors" setting
18// which we can use in the templates
19// via settings['verbose errors']
· · ·
19// via settings['verbose errors']
20app.enable('verbose errors');
21
· · ·
20app.enable('verbose errors');
21
22// disable them in production
· · ·
23// use $ NODE_ENV=production node examples/error-pages
24if (app.settings.env === 'production') app.disable('verbose errors')
25
· · ·
24if (app.settings.env === 'production') app.disable('verbose errors')
25
26silent || app.use(logger('dev'));
+ 15 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.