You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On master, JSDoc now prints the line number and column when there's a syntax error, which should make it easier to track down the problem. Printing the stack trace wouldn't be helpful in most cases.
hi! Say my code has a syntax error:
Running jsdoc highlights the error but not the line number where i can find the issue..
Is there a way to print the full parse error stack?
The text was updated successfully, but these errors were encountered: