chore: Debug error in REPL
This commit is contained in:
parent
50b4d192f3
commit
d50ec0f715
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Repl {
|
|||
printAnswers(query())
|
||||
} catch (e: Exception) {
|
||||
Logger.error("Error parsing REPL: ${e.message}")
|
||||
Logger.debug(e.stackTraceToString())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue