We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e155c77 commit 074ce4fCopy full SHA for 074ce4f
plugin/main/src/kotlinx/benchmark/gradle/JmhBytecodeGeneratorWorker.kt
@@ -109,7 +109,7 @@ abstract class JmhBytecodeGeneratorWorker : WorkAction<JmhBytecodeGeneratorWorkP
109
errCount++
110
sb.append(" - ").append(e.toString()).append("\n")
111
}
112
- throw RuntimeException("Generation of JMH bytecode failed with " + errCount + "errors:\n" + sb)
+ throw RuntimeException("Generation of JMH bytecode failed with " + errCount + " errors:\n" + sb)
113
114
115
0 commit comments