Skip to content

Commit 4d1139c

Browse files
committed
.
1 parent 2fda5e1 commit 4d1139c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/repl/Rendering.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):
5454

5555
/** Return a String representation of a value we got from `classLoader()`. */
5656
private[repl] def replStringOf(sym: Symbol, value: Object)(using Context): String =
57-
dotty.shaded.pprint.PPrinter.BlackWhite.apply(value).plainText
57+
dotty.shaded.pprint.PPrinter.BlackWhite.apply(value, height = 50, width = 100).plainText
5858

5959
/** Load the value of the symbol using reflection.
6060
*

0 commit comments

Comments
 (0)