Skip to content

Instantly share code, notes, and snippets.

@antonserikov
Created August 27, 2014 19:09
Show Gist options
  • Save antonserikov/14fdace47a7e1167448f to your computer and use it in GitHub Desktop.
Save antonserikov/14fdace47a7e1167448f to your computer and use it in GitHub Desktop.
error
Express
500 Error: /root/matisse/views/layout.jade:18 16| 17| var _gaq = _gaq || []; > 18| _gaq.push(['_setAccount', 'UA-7516685-6']); 19| _gaq.push(['_trackPageview']); 20| 21| (function() { unexpected text ;
16|
17| var _gaq = _gaq || [];
> 18| _gaq.push(['_setAccount', 'UA-7516685-6']);
19| _gaq.push(['_trackPageview']);
20|
21| (function() {
unexpected text ;
at Object.Lexer.fail (/root/matisse/node_modules/jade/lib/lexer.js:872:11)
at Object.Lexer.next (/root/matisse/node_modules/jade/lib/lexer.js:931:15)
at Object.Lexer.lookahead (/root/matisse/node_modules/jade/lib/lexer.js:113:46)
at Parser.lookahead (/root/matisse/node_modules/jade/lib/parser.js:102:23)
at Parser.peek (/root/matisse/node_modules/jade/lib/parser.js:79:17)
at Parser.tag (/root/matisse/node_modules/jade/lib/parser.js:750:22)
at Parser.parseTag (/root/matisse/node_modules/jade/lib/parser.js:736:17)
at Parser.parseExpr (/root/matisse/node_modules/jade/lib/parser.js:211:21)
at Parser.block (/root/matisse/node_modules/jade/lib/parser.js:706:25)
at Parser.tag (/root/matisse/node_modules/jade/lib/parser.js:815:24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment