ide: urepo now prints Done at the end of processing

git-svn-id: svn://ultimatepp.org/upp/trunk@15570 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-12-07 10:22:48 +00:00
parent 9153e2266d
commit 8928e9c70e

View file

@ -415,7 +415,7 @@ again:
if(git && git->pull)
sys.Git(repo_dir, "pull");
}
sys.Log("Finished", Gray());
console.Log("Done", Gray());
sys.Perform();
}