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

This commit is contained in:
2026-03-15 12:01:18 +08:00
parent 844eed8a3d
commit b7c9797ef1

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 环境调用