Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: causing API to be pending when plugin startup encounters an error (
#6207) #### What type of PR is this? /kind improvement /area core /area plugin #### What this PR does / why we need it: 修复当启动插件遇到 Error 级别的错误时会导致 API 被挂起无法终止的问题 ``` - Throwable - Error - Exception ``` see #6192 for more details #### Which issue(s) this PR fixes: Fixes #6192 #### Does this PR introduce a user-facing change? ```release-note 修复当启动插件遇到 Error 级别的错误时会导致 API 被挂起无法终止的问题 ```
- Loading branch information