[Jsdoc-user] runtime exception without line number
Status: Inactive
Brought to you by:
mmathews
From: Jeffrey W. <wa...@mi...> - 2010-02-24 21:21:41
|
I'm trying to run jsdoc on the cartagen project ( http://github.com/jywarren/cartagen) and i'm getting an error -- looks like from the Rhino parser. No big deal, but it's not giving me a line number. I tried the -v verbose flag, but nothing happened differently. The error is: js: uncaught JavaScript runtime exception: TypeError: Cannot read property "title" from undefined How can i get a better/more verbose debug output? Or even just line numbers and filenames? Thanks a lot - just getting into jsdoc and eager for it to work. Jeff |