update error handler

This commit is contained in:
John Bowdre 2022-06-15 13:38:11 -05:00
parent 5bf97e5e5c
commit a4b014372f
1 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,4 @@
Inputs: errMsg (string)
Outputs: none
*/
System.error("FATAL ERROR!");
System.error(errMsg);
System.error("FATAL ERROR!");