mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-28 19:39:06 +00:00
Update build.gradle.kts
This commit is contained in:
@@ -51,7 +51,7 @@ fun builder(): String {
|
||||
commandLine = "git config user.name".split(" ")
|
||||
standardOutput = os
|
||||
}
|
||||
} catch (e: ExecException) {
|
||||
} catch (e: Exception) {
|
||||
return "Unknown"
|
||||
}
|
||||
return String(os.toByteArray()).trim()
|
||||
|
||||
Reference in New Issue
Block a user