HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/@npmcli/arborist/bin/lib/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/@npmcli/arborist/bin/lib/print-tree.js
const { inspect } = require('util')
const log = require('./logging.js')

module.exports = tree => log.info(inspect(tree.toJSON(), { depth: Infinity }))