From f73645a0244ceef308e8e502600f50498b48fa9b Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 27 Oct 2025 12:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4debug=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/usr/bin/apm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/bin/apm b/src/usr/bin/apm index bfa1719..85f09b3 100755 --- a/src/usr/bin/apm +++ b/src/usr/bin/apm @@ -48,10 +48,10 @@ apm_exec(){ while : ; do # 构建info文件的路径 next_info_file="${current_dir}/info" - echo "${current_dir}/info" +# echo "${current_dir}/info" # 检查info文件是否存在 if [[ ! -f "$next_info_file" ]]; then - log.debug "No more info files found, stopping recursion." +# log.debug "No more info files found, stopping recursion." break fi