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) {