Files
2025-08-18 23:06:34 +08:00

5 lines
157 B
JavaScript

const { inspect } = require('node:util')
const log = require('./logging.js')
module.exports = tree => log.info(inspect(tree.toJSON(), { depth: Infinity }))