chore: update dependencies

This commit is contained in:
Skylot
2023-06-07 21:20:05 +01:00
parent 83b6ffbba9
commit eb4d540b04
9 changed files with 14 additions and 14 deletions
@@ -72,7 +72,7 @@ class ScriptEval {
Severity.FATAL, Severity.ERROR -> log.error(r.exception) { "Script execution error: $msg" }
Severity.WARNING -> log.warn { "Script execution issue: $msg" }
Severity.INFO -> log.info { "Script report: $msg" }
Severity.DEBUG -> {} /* ignore, too verbose */
Severity.DEBUG -> {} // ignore, too verbose
}
}
when (res) {