From 498129790764bd6576768c7b67f408b1560afda7 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期五, 24 五月 2024 10:13:24 +0800 Subject: [PATCH] 删除 --- IStation.TopShelf/Program.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/IStation.TopShelf/Program.cs b/IStation.TopShelf/Program.cs index d9a576e..f2dbf2c 100644 --- a/IStation.TopShelf/Program.cs +++ b/IStation.TopShelf/Program.cs @@ -12,5 +12,4 @@ x.EnableServiceRecovery(r => r.RestartService(TimeSpan.FromSeconds(120))); x.StartAutomatically(); - }); -- Gitblit v1.9.3