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
Problem:
parseVersion() does not handle invalid version strings. For example if
findNvim() passes a partial or invalid version string, or undefined.
Solution:
- If compareVersions() arg 1 is invalid, throw an error.
- If compareVersions() arg 2 is invalid, treat it as "older"/"less".
0 commit comments