apm launch 会在当前进程启动,而不是在新的

This commit is contained in:
2026-03-15 12:01:18 +08:00
parent 3c918e22a9
commit 62e91970ed

View File

@@ -61,7 +61,7 @@ function launch_app() {
fi
log.info "Launching: $exec_cmd"
${SHELL:-bash} -c "$exec_cmd" &
${SHELL:-bash} -c "$exec_cmd"
}
# 导出函数供 ACE 环境调用