Version Bump & Added If RegexUtil crashes then program closes.

This commit is contained in:
2021-06-22 19:23:49 +02:00
parent b165524c36
commit 8937d44428
2 changed files with 2 additions and 1 deletions
@@ -84,6 +84,7 @@ public class RegexUtil
catch(Exception e)
{
e.printStackTrace();
System.exit(0);
}
}
}