Minor: Fix error message, add missing article

This commit is contained in:
Yan Zhulanow
2019-03-20 15:28:32 +03:00
parent c7678a27e5
commit c40cc76ad3
@@ -299,7 +299,7 @@ class KotlinEvaluator(val codeFragment: KtCodeFragment, val sourcePosition: Sour
EvaluatorValueConverter(context).unref(returnValue) EvaluatorValueConverter(context).unref(returnValue)
} }
} catch (e: Throwable) { } catch (e: Throwable) {
LOG.error("Unable to evaluate expression with compilation", e) LOG.error("Unable to evaluate the expression with compilation", e)
return null return null
} }
} }