From 51159c6cf9e21b50035d1d5774f7c4b3534efc7b Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Fri, 4 Dec 2015 13:18:32 -0200 Subject: [PATCH] hotfix: find and focus forcing timeout --- src/app/index.run.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/app/index.run.js b/src/app/index.run.js index 5dbd236..e1a5faf 100644 --- a/src/app/index.run.js +++ b/src/app/index.run.js @@ -99,6 +99,7 @@ if ($el && $el.length > 0) { cb($el); + count_exec = max_exec; // exit. }else { $log.debug('[findElAsync] element not found.'); } -- libgit2 0.21.2