From d31d389773a0aa807d53ce1dce47b3ed7fbc1c16 Mon Sep 17 00:00:00 2001 From: handsome_by <5179146+handsomeboyyl@user.noreply.gitee.com> Date: Tue, 7 Mar 2023 11:17:20 +0000 Subject: [PATCH] =?UTF-8?q?update=20handbook/docs/task-queue.mdx.=20?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: handsome_by <5179146+handsomeboyyl@user.noreply.gitee.com> --- handbook/docs/task-queue.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/docs/task-queue.mdx b/handbook/docs/task-queue.mdx index 3b7879d00a..4a663ce73e 100644 --- a/handbook/docs/task-queue.mdx +++ b/handbook/docs/task-queue.mdx @@ -229,7 +229,7 @@ _taskQueue.Enqueue(provider => ```cs showLineNumbers {4} services.AddTaskQueue(builder => { - // 订阅 TaskQueue 未捕获异常 + // 订阅 TaskQueue 捕获异常 builder.UnobservedTaskExceptionHandler = (obj, args) => { // .... -- Gitee