Commit d59c7fd6f2cad225d93388e6a9cea31c296114ff

Authored by Leonardo Merlin
2 parents b20f921d 51159c6c

Merge branch 'master' into staging

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/index.run.js
@@ -99,6 +99,7 @@ @@ -99,6 +99,7 @@
99 99
100 if ($el && $el.length > 0) { 100 if ($el && $el.length > 0) {
101 cb($el); 101 cb($el);
  102 + count_exec = max_exec; // exit.
102 }else { 103 }else {
103 $log.debug('[findElAsync] element not found.'); 104 $log.debug('[findElAsync] element not found.');
104 } 105 }