diff --git a/src/repl/Repl.kt b/src/repl/Repl.kt index 688cea4..70b95db 100644 --- a/src/repl/Repl.kt +++ b/src/repl/Repl.kt @@ -20,6 +20,7 @@ class Repl { printAnswers(query()) } catch (e: Exception) { Logger.error("Error parsing REPL: ${e.message}") + Logger.debug(e.stackTraceToString()) } } }