mirror of
https://github.com/appium/appium.git
synced 2026-02-11 04:20:00 -06:00
Every time you call entries.pop(), the entries.length minus 1. We should check entries.length>0 as the end of loop. This request is same as pull request #2426. fix a typo error.