yangshun / tree-node-cli

🌲 Node.js library to list the contents of directories in a tree-like format, similar to the Linux tree command
MIT License
234 stars 26 forks source link

Fix a small error #9

Closed Tomotoes closed 5 years ago

Tomotoes commented 5 years ago

The first parameter of the Object.assign method is the target object, and the following parameters are all source objects.

Note that if the target object has the same name as the source object, or if multiple source objects have the same name, the following attributes override the previous attributes.

Tomotoes commented 5 years ago

oh , I am so sorry...