Hack to display more useful SyntaxError exceptions.
authorRyan Dahl <ry@tinyclouds.org>
Fri, 15 Jan 2010 18:45:04 +0000 (10:45 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 15 Jan 2010 18:45:04 +0000 (10:45 -0800)
commit8e6dd52683fee931235994c415aa4b9d303b1a32
treeb121849145f413d3986472c0090907663eaa6ebb
parent6c5c8085693ebf3105caa3b41f683a9aaa2c09e3
Hack to display more useful SyntaxError exceptions.

For some reason v8 doesn't include the frame with the syntax error in the
stack trace - so have to special case it.
src/node.cc
src/node.js