* [ios] make it resolve

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/9251d16f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/9251d16f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/9251d16f

Branch: refs/heads/0.16-dev
Commit: 9251d16f7443406b54fd54979f40d3ecdadb0715
Parents: 78e5e27
Author: acton393 <zhangxing610...@gmail.com>
Authored: Fri Jul 28 18:52:53 2017 +0800
Committer: acton393 <zhangxing610...@gmail.com>
Committed: Fri Jul 28 18:52:53 2017 +0800

----------------------------------------------------------------------
 dangerfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9251d16f/dangerfile.js
----------------------------------------------------------------------
diff --git a/dangerfile.js b/dangerfile.js
index 3df2fe6..7c40561 100644
--- a/dangerfile.js
+++ b/dangerfile.js
@@ -295,7 +295,7 @@ function findReviewer(resolve, reject) {
   }, function (err, result) {
     console.log('parseDeleteAndNormalLines')
     if ("undefined" === typeof result || "undefined" === typeof result.data || 
err) {
-      reject()
+      resolve()
       return
     }
     parseDeleteAndNormalLines(result.data, fileToDeletedLinesMap, 
fileToNormalLinesMap)

Reply via email to