* finish task #6883.

This commit is contained in:
wangyidong
2020-02-11 15:41:59 +08:00
parent 12875d8774
commit 8bb1c86464
+2
View File
@@ -625,5 +625,7 @@ class repo extends control
$commits = $this->repo->updateLatestCommit($repo);
if($commits > 0) die('finished');
}
die('norecords');
}
}