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
When it throws Jade parse error, it displays line number and offset, which is quite good.
But I think it'd be better if template filename is shown as well.
The text was updated successfully, but these errors were encountered:
- Changed attribute parsing so that expressions like function calls are
possible
- Compiler will now always return Compiler-Exeptions, but will include
the compiled file path (if any) in the message
When it throws Jade parse error, it displays line number and offset, which is quite good.
But I think it'd be better if template filename is shown as well.
The text was updated successfully, but these errors were encountered: