diff --git a/framework/Furion/FriendlyException/Retry.cs b/framework/Furion/FriendlyException/Retry.cs index 7d6441ebf6e8df3499725257a238e09973c78ee4..69876c79a78f8871f8cb7a0dd7ee34b6b203ad99 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) {