芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/consola/src/reporters/json.js
export default class JSONReporter { constructor ({ stream } = {}) { this.stream = stream || process.stdout } log (logObj) { this.stream.write(JSON.stringify(logObj) + '\n') } }