unjs / consola

๐Ÿจ Elegant Console Logger for Node.js and Browser
Other
5.78k stars 165 forks source link

feat(formatTree): support max depth #267

Open Plumbiu opened 6 months ago

Plumbiu commented 6 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

This PR is add max depth for formatTree:

console.log(formatTree(tree, {  depth: 2 }))
console.log(formatTree(tree, {
  depth: 2,
  ellipsis: '---',
}))

image

๐Ÿ“ Checklist