Minor: Do not report stack traces about PCE to the debug log
This commit is contained in:
-1
@@ -166,7 +166,6 @@ class KotlinEvaluator(val codeFragment: KtCodeFragment, val sourcePosition: Sour
|
|||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
catch (e: ProcessCanceledException) {
|
catch (e: ProcessCanceledException) {
|
||||||
LOG.debug(e)
|
|
||||||
exception(e)
|
exception(e)
|
||||||
}
|
}
|
||||||
catch (e: Eval4JInterpretingException) {
|
catch (e: Eval4JInterpretingException) {
|
||||||
|
|||||||
Reference in New Issue
Block a user