Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Handle IOException separately in ApiProcedures Caught IOException explicitly to provide more granular error handling. This allows to throw the IOException immediately while preserving the behavior for general exceptions. Adjusted throttler release comment to remove redundant text. * Enable output redirection in ApiProcedures This commit updates the process start information in ApiProcedures.cs to redirect standard output and error. It also sets UseShellExecute to false and CreateNoWindow to true for better process control and visibility.
- Loading branch information