aboutsummaryrefslogtreecommitdiff
path: root/stage2/plugins/Dotty.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-09-28 08:58:51 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-09-28 10:37:45 -0400
commite97b74056207410d80972f38cd2f1c2e96dfe417 (patch)
treec1f898c1082514c010d71dde8a466506e17781ab /stage2/plugins/Dotty.scala
parent5f8b831765ead443cf1f80078b7417c76e47e39b (diff)
downloadcbt-e97b74056207410d80972f38cd2f1c2e96dfe417.tar.gz
cbt-e97b74056207410d80972f38cd2f1c2e96dfe417.tar.bz2
cbt-e97b74056207410d80972f38cd2f1c2e96dfe417.zip
Refer to dotty issue tracker on dotc crash
Diffstat (limited to 'stage2/plugins/Dotty.scala')
-rw-r--r--stage2/plugins/Dotty.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/plugins/Dotty.scala b/stage2/plugins/Dotty.scala
index 53cff6e..e0e8f85 100644
--- a/stage2/plugins/Dotty.scala
+++ b/stage2/plugins/Dotty.scala
@@ -102,7 +102,7 @@ class DottyLib(
}
} catch {
case e: Exception =>
- System.err.println(red("Dotty crashed. Try running it by hand:"))
+ System.err.println(red("Dotty crashed. See https://github.com/lampepfl/dotty/issues. To reproduce run:"))
System.out.println(s"""
java -cp \\
${dotty.classpath.strings.mkString(":\\\n")} \\