add scala prefix

This commit is contained in:
astroshim 2016-11-26 15:39:44 +09:00
parent bb01f9613b
commit 330f38d345

View file

@ -161,7 +161,7 @@ class ScioInterpreter(property: Properties) extends Interpreter(property) {
innerOut.setInterpreterOutput(context.out)
try {
import tools.nsc.interpreter.Results._
import scala.tools.nsc.interpreter.Results._
REPL.interpret(code) match {
case Success => {
logger.debug(s"Successfully executed `$code` in $paragraphId")