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
fix: Fix potential edge case in cordova.js detection (#284)
Because `indexOf` returns -1 in the case of no match, and a subtraction
of string lengths can also potentially result in -1, we want to make
sure the index is NOT -1 before we try to substring with it.
0 commit comments