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
This, combined with no console output, can leave the script only performing part of its functionality which may leave some users confused.
I see a few potential remedies here but I'm less familiar with the tool, so wanted to get some input.
It seems we could:
Adjust the regex to allow capital letters
Call ToLower() on the key prior to processing it in the regex
Be explicit about keys not matching and ensuring that we publish a message stating why.
I'll submit PRs for all three options in case you have a preference for one or the other. Also, please let me know if I'm misunderstanding the problem here.
The text was updated successfully, but these errors were encountered:
The below regex does not allow capital letters:
ssh-agent/index.js
Line 53 in 4b6f4eb
This, combined with no console output, can leave the script only performing part of its functionality which may leave some users confused.
I see a few potential remedies here but I'm less familiar with the tool, so wanted to get some input.
It seems we could:
ToLower()
on the key prior to processing it in the regexI'll submit PRs for all three options in case you have a preference for one or the other. Also, please let me know if I'm misunderstanding the problem here.
The text was updated successfully, but these errors were encountered: