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
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
When prompting for extra args, if no arguments were given, it would pass
an empty string to subprocess which would throw an error about a
pathspec issue. This resolves by doing a special check to see if the
string returned by the extra args check is empty.
0 commit comments