Skip to content

Commit

Permalink
Merge pull request #6 from okapui/fix_endless_notifications
Browse files Browse the repository at this point in the history
Fix endless notifications when opening invalid file.
  • Loading branch information
BigWinston authored Apr 17, 2023
2 parents 42291d0 + e4a362f commit a8b8353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/S19Line.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public bool UpdateLine(string line)
{
ExceptionTrap.Trap("Error reading S19 data!");
this.ErrorInRow = S19LineError.LoadError;
return false;
throw;
}
}

Expand Down

0 comments on commit a8b8353

Please sign in to comment.