Skip to content

Commit 7af47d0

Browse files
committed
Increase dimmensions limit
1 parent b56b637 commit 7af47d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* console.dimensions_limit = 2
2020
* console.log({a:{b:1}}) ==> { 'a': { 'b': 1 } }
2121
*/
22-
console.dimensions_limit = 1;
22+
console.dimensions_limit = 3;
2323

2424
/**
2525
* source_of({x:2, y:8, z:[4,3]}) ==> '{ x: 2, y: 8, z: [4, 3] }'

0 commit comments

Comments
 (0)