日志优化。

pull/375/head
王良 2024-10-08 18:08:16 +08:00
parent b228b4a3ed
commit a192696a4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const log = require('./utils/util.log')
let JSON5 = require('json5')
const log = require('util/util.log')
if (JSON5.default) {
JSON5 = JSON5.default
}