From 41b8eb0bb13e95df163da4a62dc263b7e50d2713 Mon Sep 17 00:00:00 2001 From: Altair Wei Date: Fri, 21 Mar 2025 19:51:51 +0800 Subject: [PATCH] [Minor] bump version to 0.13.2.0 --- ModShardLauncher.csproj | 2 +- ModUtils/CodeUtils.cs | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/ModShardLauncher.csproj b/ModShardLauncher.csproj index 9cb4345..dc1d6a8 100644 --- a/ModShardLauncher.csproj +++ b/ModShardLauncher.csproj @@ -9,7 +9,7 @@ ico.ico false zh-Hans - 0.13.1.0 + 0.13.2.0 diff --git a/ModUtils/CodeUtils.cs b/ModUtils/CodeUtils.cs index 689f7af..8af9f2c 100644 --- a/ModUtils/CodeUtils.cs +++ b/ModUtils/CodeUtils.cs @@ -653,13 +653,6 @@ public static string Collect(this FileEnumerable<(Match, string)> fe) yield return (Match.After, element); } } - - /* - if (!foundUntil) - { - throw new Exception("MatchFromUntil: No matching lines found. Items to match: " + string.Join(", ", otheruntil)); - } - */ } /// /// Same behaviour as but using .Split('\n') and .Split('\n') for the comparison.