本地调试报错不通知企业微信

Test_IRC_Net10
hang 2026-04-29 14:27:12 +08:00
parent 913663068c
commit 0fa16e2962
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ public static class WeComNotifier
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
{ {
await Task.CompletedTask; await Task.CompletedTask;
return;
} }
try try