chore(dfm): cleanup, fixes

This commit is contained in:
2025-02-26 00:10:50 +02:00
parent 359ac4e2c0
commit 573fc9faf4
2 changed files with 17 additions and 13 deletions

View File

@@ -107,7 +107,7 @@ lib::error::throw()
local message=$*
lib::error "$message"
return "${ERROR_CODES[$code_name]}"
cleanup "${ERROR_CODES[$code_name]}"
}
# Logs a message to the console if the current log level is set so that the