RetractAll
This commit is contained in:
parent
4d334c1600
commit
1179e6a29b
4 changed files with 94 additions and 16 deletions
|
@ -95,9 +95,7 @@ class Repl {
|
|||
return subs.entries.joinToString(",\n") { "${it.key} = ${it.value}" }
|
||||
},
|
||||
onFailure = {
|
||||
val text = "Failure: ${it.message}"
|
||||
Logger.warn(text)
|
||||
return text
|
||||
return "ERROR: ${it.message}"
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Reference in a new issue