Skip to content

Commit

Permalink
Fixes small compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jan 23, 2024
1 parent 5082427 commit 0d524ca
Showing 1 changed file with 1 addition and 1 deletion.
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(e) { "Render failed" }
logger.error({ "Render failed" }, e)
}
}
}
Expand Down

0 comments on commit 0d524ca

Please sign in to comment.