From 8bb1c86464681ec59b2a5a8e941ac01ecbf0ec74 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 11 Feb 2020 15:41:59 +0800 Subject: [PATCH] * finish task #6883. --- module/repo/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/repo/control.php b/module/repo/control.php index 9d674b97ec..8975ec3a08 100644 --- a/module/repo/control.php +++ b/module/repo/control.php @@ -625,5 +625,7 @@ class repo extends control $commits = $this->repo->updateLatestCommit($repo); if($commits > 0) die('finished'); } + + die('norecords'); } }