sharedArray formatting with size limit.

This commit is contained in:
Michael Davidsaver
2020-03-19 16:39:15 -07:00
parent 3c937f233c
commit 078e0ea69f
6 changed files with 113 additions and 100 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ struct FmtTree {
if(!fmt._showValue) {
strm<<"\n";
} else if(varr.original_type()!=ArrayType::Value) {
strm<<" = "<<varr<<"\n";
strm<<" = "<<varr.format().limit(fmt._limit)<<"\n";
} else {
auto arr = varr.castTo<const Value>();
strm<<" [\n";