We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7c245 commit 8a3efb4Copy full SHA for 8a3efb4
src/dotty/tools/dotc/Run.scala
@@ -33,7 +33,7 @@ class Run(comp: Compiler)(implicit ctx: Context) {
33
compileSources(sources)
34
} catch {
35
case NonFatal(ex) =>
36
- println(s"exception occurred while compiling $units%, %")
+ println(i"exception occurred while compiling $units%, %")
37
throw ex
38
}
39
0 commit comments