Argument parsing
This commit is contained in:
parent
32165a90f5
commit
8e6a34a231
5 changed files with 63 additions and 8 deletions
|
@ -123,7 +123,7 @@ open class Preprocessor {
|
|||
}
|
||||
|
||||
if (prepped != term || prepped::class != term::class) {
|
||||
Logger.debug("Preprocessed term: $term -> $prepped (${prepped::class})")
|
||||
Logger.debug("Preprocessed term: $term -> $prepped (is ${prepped::class.simpleName})")
|
||||
}
|
||||
|
||||
return prepped
|
||||
|
|
Reference in a new issue