修复获取任务退出码

This commit is contained in:
whyour
2026-06-07 23:28:21 +08:00
parent 34d4526413
commit 23b41893a3
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -373,4 +373,4 @@ if [[ $isJsOrPythonFile == 'true' ]]; then
fi
run_task_after "${task_shell_params[@]}"
clear_env
handle_task_end "${task_shell_params[@]}" "$_task_exit_code"
handle_task_end "${task_shell_params[@]}"