Suggestions on the run command. Currently, the run command only returns the execution result, which is inappropriate. It is impossible to determine whether the execution is successful, and it is impossible to see the error information.
When using run to execute a system command, there should be 3 return values, one value to indicate whether the execution is successful, one to indicate the return result, and one to indicate the error log.
Suggestions on the run command. Currently, the run command only returns the execution result, which is inappropriate. It is impossible to determine whether the execution is successful, and it is impossible to see the error information.
When using run to execute a system command, there should be 3 return values, one value to indicate whether the execution is successful, one to indicate the return result, and one to indicate the error log.