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
hook variable passed to findSpellingInconsistenciesErrors function can be nil, so the function must check whether the variable is nil or not before using it.
When kind names contain spelling inconsistencies, maleeni v0.6.0 panics.
I made the following file:
Then I got the following error:
The expectation is that
maleeni compile
command prints an error message without panic.The text was updated successfully, but these errors were encountered: