Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-arold committed Jan 25, 2024
1 parent 809f00d commit e17ba26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ abstract class BaseApplication<R : Any, A : Application, V>(
delay(renderIntervalMs - elapsedTimeMs)
}
} catch (e: Exception) {
logger.error({ "Render failed" }, e)
logger.error(e) { "Render failed" }
}
}
}
Expand Down

0 comments on commit e17ba26

Please sign in to comment.