From 18cee0f0e7b30a030d7b2a6b175f0d843dd82d6b Mon Sep 17 00:00:00 2001 From: okapui <92432738+okapui@users.noreply.github.com> Date: Thu, 14 Oct 2021 14:01:21 +0900 Subject: [PATCH] Fix endless notifications when opening invalid file. --- Objects/S19Line.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Objects/S19Line.cs b/Objects/S19Line.cs index ba427a1..bc57f3f 100644 --- a/Objects/S19Line.cs +++ b/Objects/S19Line.cs @@ -240,6 +240,7 @@ public void UpdateLine(string line) catch { ExceptionTrap.Trap("Error reading S19 data!"); + throw; } }