override fun onLeave()

in plugin-rust-agent/src/main/kotlin/jetbrains/buildServer/rust/logging/CargoErrorDetailsLogger.kt [23:27]


    override fun onLeave() {
        myErrorDetails.let {
            myLogger.message(String.format(BUILD_PROBLEM_FORMAT, escapeValue(myErrorDetails.toString())))
        }
    }