mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-21 17:32:18 +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)
|
Inputs: errMsg (string)
|
||||||
Outputs: none
|
Outputs: none
|
||||||
*/
|
*/
|
||||||
System.error("FATAL ERROR!");
|
System.error("FATAL ERROR!");
|
||||||
System.error(errMsg);
|
|
Loading…
Reference in a new issue