9
0
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:
XiaoMoMi
2024-08-29 01:34:50 +08:00
parent 88af077add
commit c1faf0dda3

View File

@@ -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()