C2021-059 - Updates to get build moving after custom merging

This commit is contained in:
2024-08-02 10:13:05 -04:00
parent df2be585a1
commit afbf6f360d
5 changed files with 72 additions and 48 deletions

View File

@@ -1876,8 +1876,9 @@ namespace VEPROMS
return true;
}
catch
catch (Exception ex)
{
string err = ex.ToString();
return false;
}
}