aboutsummaryrefslogtreecommitdiff
path: root/stage2/Lib.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage2/Lib.scala')
-rw-r--r--stage2/Lib.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/Lib.scala b/stage2/Lib.scala
index 46fecf7..c18bf2e 100644
--- a/stage2/Lib.scala
+++ b/stage2/Lib.scala
@@ -201,7 +201,7 @@ final class Lib(logger: Logger) extends Stage1Lib(logger) with Scaffold{
def consoleOrFail(msg: String) = {
Option(System.console).getOrElse(
- throw new Exception(msg + ". java.io.Console == null. See https://github.com/cvogt/cbt/issues/236")
+ throw new Exception(msg + ". System.console() == null. See https://github.com/cvogt/cbt/issues/236")
)
}