mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-10-31 19:02:17 +00:00
update error handler
This commit is contained in:
parent
5bf97e5e5c
commit
a4b014372f
1 changed files with 1 additions and 2 deletions
|
@ -3,5 +3,4 @@
|
|||
Inputs: errMsg (string)
|
||||
Outputs: none
|
||||
*/
|
||||
System.error("FATAL ERROR!");
|
||||
System.error(errMsg);
|
||||
System.error("FATAL ERROR!");
|
Loading…
Reference in a new issue