tuned error message;
authorwenzelm
Mon, 11 Jul 2011 17:11:54 +0200
changeset 43750 390dbda4f3d7
parent 43749 5ca34f21cb44
child 43751 8c7f69f1825b
tuned error message;
src/Pure/library.scala
--- a/src/Pure/library.scala	Mon Jul 11 17:10:32 2011 +0200
+++ b/src/Pure/library.scala	Mon Jul 11 17:11:54 2011 +0200
@@ -27,7 +27,7 @@
       exn match {
         case e: RuntimeException =>
           val msg = e.getMessage
-          Some(if (msg == null) "" else msg)
+          Some(if (msg == null) "Error" else msg)
         case _ => None
       }
   }