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
I got error messages like TypeError: Missing parameter name at 3: https://git.new/pathToRegexpError and I was wondering how that weird url made it's way into my code
Two suggestions:
It doeesn't look like lexer() gets the whole error, so maybe it would be good to wrap those errors in parse() and include the whole string?
Make it clear that the url is documentation. Something like For more information about regexp paths check https://...
I personally would prefer a link that clearly shows it's going to github instead of a link shortener, but that's just my opinion
If you're ok with me changing 1 and 2, I'm happy to prepare a pull request
The text was updated successfully, but these errors were encountered:
I got error messages like
TypeError: Missing parameter name at 3: https://git.new/pathToRegexpError
and I was wondering how that weird url made it's way into my codeTwo suggestions:
lexer()
gets the whole error, so maybe it would be good to wrap those errors inparse()
and include the whole string?For more information about regexp paths check https://...
If you're ok with me changing 1 and 2, I'm happy to prepare a pull request
The text was updated successfully, but these errors were encountered: