summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-10-03 16:57:43 +0000
committerPaul Phillips <paulp@improving.org>2009-10-03 16:57:43 +0000
commit5d0b9775ab16b23bf781ab62f9c124895e771906 (patch)
treef87055c20fabc914cd87467cb90827f4e54a83c8
parentf931f89c5e7be18571788b717653dafd673ce816 (diff)
downloadscala-5d0b9775ab16b23bf781ab62f9c124895e771906.tar.gz
scala-5d0b9775ab16b23bf781ab62f9c124895e771906.tar.bz2
scala-5d0b9775ab16b23bf781ab62f9c124895e771906.zip
Raised maxPrintString for repl output.
-rw-r--r--src/compiler/scala/tools/nsc/InterpreterSettings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/InterpreterSettings.scala b/src/compiler/scala/tools/nsc/InterpreterSettings.scala
index 471b5d151b..8675e3d8bd 100644
--- a/src/compiler/scala/tools/nsc/InterpreterSettings.scala
+++ b/src/compiler/scala/tools/nsc/InterpreterSettings.scala
@@ -20,7 +20,7 @@ class InterpreterSettings {
* more than this number of characters, then the printout is
* truncated.
*/
- var maxPrintString = 390
+ var maxPrintString = 2400
override def toString =
"InterpreterSettings {\n" +