From ec4122bdf3f2d5bd8677a9e606ca42a8ee2357e3 Mon Sep 17 00:00:00 2001 From: shenjack-5600u <3695888@qq.com> Date: Sun, 5 May 2024 22:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=A5=E7=8E=A9=E6=84=8F=E5=95=8A=E8=BF=99?= =?UTF-8?q?=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ica-rs/plugins/md5/md5.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ica-rs/plugins/md5/md5.js b/ica-rs/plugins/md5/md5.js index 6b95900..e8ef51f 100644 --- a/ica-rs/plugins/md5/md5.js +++ b/ica-rs/plugins/md5/md5.js @@ -138,7 +138,7 @@ if (run_env.from_code) { // const input_path = path.join(__dirname, "input.txt"); // 从 cli 参数里读取 const input_path = run_env.cli_args[2]; - logger.debug("input_path", input_path); + logger.info("input_path", input_path); const input_data = fs.readFileSync(input_path, "utf-8"); global.name_input = input_data; @@ -251,6 +251,8 @@ if (run_env.from_code) { assets_data.gAd = gAd_data; } +console.log("run env", run_env); + let why_ns = 0; function copyProperties(a, b) {