aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Run.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-04-29 21:27:55 +0200
committerMartin Odersky <odersky@gmail.com>2015-05-02 19:06:29 +0200
commit9ea42b02f07136ffd4bd8954cb619a3b3a791278 (patch)
tree9592cc7ba0905d76cea44a24851536d81b7fbe84 /src/dotty/tools/dotc/Run.scala
parentac46a0e4489bba4f76863cc1491bf2b8441ed1cb (diff)
downloaddotty-9ea42b02f07136ffd4bd8954cb619a3b3a791278.tar.gz
dotty-9ea42b02f07136ffd4bd8954cb619a3b3a791278.tar.bz2
dotty-9ea42b02f07136ffd4bd8954cb619a3b3a791278.zip
Fix to error reporting of compiled units
Diffstat (limited to 'src/dotty/tools/dotc/Run.scala')
-rw-r--r--src/dotty/tools/dotc/Run.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/Run.scala b/src/dotty/tools/dotc/Run.scala
index c99f5efb9..151288d23 100644
--- a/src/dotty/tools/dotc/Run.scala
+++ b/src/dotty/tools/dotc/Run.scala
@@ -33,7 +33,7 @@ class Run(comp: Compiler)(implicit ctx: Context) {
compileSources(sources)
} catch {
case NonFatal(ex) =>
- println(s"exception occurred while compiling $units%, %")
+ println(i"exception occurred while compiling $units%, %")
throw ex
}