From 2d746a075710e6d4f899297739e12d2bea1746fb Mon Sep 17 00:00:00 2001 From: Penkar Date: Sun, 15 Aug 2021 07:12:44 +0000 Subject: [PATCH] =?UTF-8?q?update=20framework/Furion/FriendlyException/Ret?= =?UTF-8?q?ry.cs.=20=E4=BF=AE=E5=A4=8D=E6=AD=A4=E5=A4=84=E6=9C=AA=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E4=B9=9F=E8=BF=9B=E5=85=A5=E9=87=8D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/Furion/FriendlyException/Retry.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/Furion/FriendlyException/Retry.cs b/framework/Furion/FriendlyException/Retry.cs index 7d6441ebf6..69876c79a7 100644 --- a/framework/Furion/FriendlyException/Retry.cs +++ b/framework/Furion/FriendlyException/Retry.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2021 百小僧, Baiqian Co.,Ltd. +// Copyright (c) 2020-2021 百小僧, Baiqian Co.,Ltd. // Furion is licensed under Mulan PSL v2. // You can use this software according to the terms and conditions of the Mulan PSL v2. // You may obtain a copy of Mulan PSL v2 at: @@ -55,6 +55,7 @@ namespace Furion.FriendlyException try { await action(); + break; } catch (Exception ex) { -- Gitee