From beb0f2c826515c0a2abc9ee6eb296dd5d7199b3a Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期一, 06 七月 2020 13:24:44 +0800 Subject: [PATCH] 机台暂停/继续操作 --- src/Bro.Common.Device/Helper/AspectHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Bro.Common.Device/Helper/AspectHelper.cs b/src/Bro.Common.Device/Helper/AspectHelper.cs index 6d9cf36..b864177 100644 --- a/src/Bro.Common.Device/Helper/AspectHelper.cs +++ b/src/Bro.Common.Device/Helper/AspectHelper.cs @@ -88,7 +88,7 @@ // new ProcessException(ex); //} - args.FlowBehavior = FlowBehavior.ThrowException; + args.FlowBehavior = FlowBehavior.Return; } } #endregion -- Gitblit v1.8.0