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
Is it possible to raise an error if I search for a node type that doesn't really exist? For example if I typo the name //Listcomp instead of //ListComp, I'd like to get an error instead of concluding there aren't any list comprehensions.
The text was updated successfully, but these errors were encountered:
Cool project.
Is it possible to raise an error if I search for a node type that doesn't really exist? For example if I typo the name
//Listcomp
instead of//ListComp
, I'd like to get an error instead of concluding there aren't any list comprehensions.The text was updated successfully, but these errors were encountered: