Files

5 lines
157 B
JavaScript
Raw Permalink Normal View History

2025-08-18 23:06:34 +08:00
const { inspect } = require('node:util')
const log = require('./logging.js')
module.exports = tree => log.info(inspect(tree.toJSON(), { depth: Infinity }))