增加任务统计

This commit is contained in:
whyour
2026-06-01 18:20:18 +08:00
parent c0b7527148
commit e8ac195c96
18 changed files with 1484 additions and 60 deletions
+2 -1
View File
@@ -294,6 +294,7 @@ fi
set_u_on="false"
check_nounset
main "${task_shell_params[@]}"
_task_exit_code=$?
if [[ "$set_u_on" == 'true' ]]; then
set -u
fi
@@ -305,4 +306,4 @@ if [[ $isJsOrPythonFile == 'true' ]]; then
fi
run_task_after "${task_shell_params[@]}"
clear_env
handle_task_end "${task_shell_params[@]}"
handle_task_end "${task_shell_params[@]}" "$_task_exit_code"