Searched refs:runVerArray (Results 1 – 1 of 1) sorted by relevance
50 const runVerArray = runningVersion.split('.').map(Number); constant53 if (runVerArray[index] === minVerArray[index]) continue;54 return runVerArray[index] > minVerArray[index];