Skip to content

Commit 8a3efb4

Browse files
committed
Fix to error reporting of compiled units
1 parent cf7c245 commit 8a3efb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/Run.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Run(comp: Compiler)(implicit ctx: Context) {
3333
compileSources(sources)
3434
} catch {
3535
case NonFatal(ex) =>
36-
println(s"exception occurred while compiling $units%, %")
36+
println(i"exception occurred while compiling $units%, %")
3737
throw ex
3838
}
3939

0 commit comments

Comments
 (0)