I gave the command tree -J
to my machine, and this is a portion of the output it gave:
{
"type": "file",
"name": "ca-certificates.conf"
},
{
"type": "file",
"name": "ca-certificates.conf.dpkg-old"
},
{
"type": "directory",
"name": "chatscripts"
} {
"error": "error opening dir"
},
{
"type": "directory",
"name": "chromium",
"contents": [{
"type": "directory",
"name": "native-messaging-hosts"
}]
}
Have a look at that "error" node: it does not appear to be valid Json (a ,
is missing). How can I avoid the displaying of such errors?
Using v2.0.2