aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/FrontEnd.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/typer/FrontEnd.scala')
-rw-r--r--src/dotty/tools/dotc/typer/FrontEnd.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/typer/FrontEnd.scala b/src/dotty/tools/dotc/typer/FrontEnd.scala
index eee8744a5..c5c6aec3c 100644
--- a/src/dotty/tools/dotc/typer/FrontEnd.scala
+++ b/src/dotty/tools/dotc/typer/FrontEnd.scala
@@ -23,7 +23,7 @@ class FrontEnd extends Phase {
try body
catch {
case NonFatal(ex) =>
- ctx.println(s"exception occurred while $doing ${ctx.compilationUnit}")
+ ctx.echo(s"exception occurred while $doing ${ctx.compilationUnit}")
throw ex
}