sharedArray formatting with size limit.
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user