This commit is contained in:
Tamás Vajk
2021-11-08 16:47:07 +01:00
committed by Ian Lynagh
parent cb1124b5ff
commit 35a15d7eb4

View File

@@ -35,7 +35,7 @@ class KotlinExtractorCommandLineProcessor : CommandLineProcessor {
"checkTrapIdentical" ->
when (value) {
"true" -> configuration.put(KEY_CHECK_TRAP_IDENTICAL, true)
"fale" -> configuration.put(KEY_CHECK_TRAP_IDENTICAL, false)
"false" -> configuration.put(KEY_CHECK_TRAP_IDENTICAL, false)
else -> error("kotlin extractor: Bad argument $value for checkTrapIdentical")
}
else -> error("kotlin extractor: Bad option: ${option.optionName}")