mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 10:13:14 -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,6 +155,7 @@ proc fetchUpdateSummaryFromUrl(url: string): string =
|
||||||
reader.close()
|
reader.close()
|
||||||
|
|
||||||
proc getUpdateSummary*(runId: int, host: string): string =
|
proc getUpdateSummary*(runId: int, host: string): string =
|
||||||
|
withSpinner("fetching update summary"):
|
||||||
let url = getUpdateSummaryUrl(runId, host)
|
let url = getUpdateSummaryUrl(runId, host)
|
||||||
result = fetchUpdateSummaryFromUrl(url)
|
result = fetchUpdateSummaryFromUrl(url)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue