mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
use spinner for update summary
This commit is contained in:
parent
88af7af855
commit
0a0f8d1de1
1 changed files with 3 additions and 2 deletions
|
@ -155,8 +155,9 @@ proc fetchUpdateSummaryFromUrl(url: string): string =
|
|||
reader.close()
|
||||
|
||||
proc getUpdateSummary*(runId: int, host: string): string =
|
||||
let url = getUpdateSummaryUrl(runId, host)
|
||||
result = fetchUpdateSummaryFromUrl(url)
|
||||
withSpinner("fetching update summary"):
|
||||
let url = getUpdateSummaryUrl(runId, host)
|
||||
result = fetchUpdateSummaryFromUrl(url)
|
||||
|
||||
type
|
||||
GitRepo = object
|
||||
|
|
Loading…
Reference in a new issue