fix: combine some shit
This commit is contained in:
parent
140737bb40
commit
a7589a0296
6 changed files with 63 additions and 73 deletions
|
@ -35,7 +35,7 @@ class AddonDownloader {
|
|||
val md = r.body ?: ""
|
||||
val version = v.ifEmpty { throw Exception("Weird Version : ${r.tagName}") }
|
||||
|
||||
Logger.log("Git Version : $version")
|
||||
Logger.log("Git Version for $repo: $version")
|
||||
Pair(md, version)
|
||||
} catch (e: Exception) {
|
||||
Logger.log("Error checking for update")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue