mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
增加任务统计
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user