New logger with color and specific types. Code cleanup (#3108)

This commit is contained in:
Tristan
2024-10-22 16:04:38 -05:00
committed by GitHub
parent a356c6810e
commit bef7b4719f
38 changed files with 422 additions and 426 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ latestAsset=$(
)
if [[ -z "${latestAsset}" ]]; then
log "ERROR: latest release of Catserver is missing universal.jar asset"
logError "Latest release of Catserver is missing universal.jar asset"
exit 1
fi