Closed simon04 closed 9 years ago
Relates to #1.
Sometimes, the test repo.isPathModified triggers another invocation of reloadStatuses. Therefore, the simplest fix would be to skip those additional reloadStatuses while already reloading.
repo.isPathModified
reloadStatuses
Relates to #1.
Sometimes, the test
repo.isPathModified
triggers another invocation ofreloadStatuses
. Therefore, the simplest fix would be to skip those additionalreloadStatuses
while already reloading.