From 19920dbfa3aaaf0ffa9adfaf44644f8b3934bc5f Mon Sep 17 00:00:00 2001 From: xream Date: Thu, 1 Feb 2024 21:58:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/demo.js b/scripts/demo.js index 1eefa83..798a48e 100644 --- a/scripts/demo.js +++ b/scripts/demo.js @@ -113,7 +113,7 @@ function operator(proxies = [], targetPlatform, context) { // "version": "2.14.198" // } - console.log(JSON.stringify(env, null, 2)) + console.log(JSON.stringify(context, null, 2)) return proxies }