mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
no changelog for build [skip ci]
This commit is contained in:
parent
f14fe20faf
commit
ea6c5724fa
1 changed files with 4 additions and 0 deletions
|
|
@ -353,6 +353,10 @@ fun changelog(isOnline: Boolean): String {
|
|||
"You likely want to use the normal version of this plugin\n\n" + changelog
|
||||
}
|
||||
|
||||
if(changelog == null || changelog.isEmpty()) {
|
||||
changelog = "empty changelog"
|
||||
}
|
||||
|
||||
return changelog
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue