From a192696a4ca4f74ecfcd69d24e9083bb55b470c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Tue, 8 Oct 2024 18:08:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/mitmproxy/src/json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mitmproxy/src/json.js b/packages/mitmproxy/src/json.js index a16fae3..0ee69d7 100644 --- a/packages/mitmproxy/src/json.js +++ b/packages/mitmproxy/src/json.js @@ -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 }