From a4b014372f6b4f0e04e01afc228f027134aa8a91 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 15 Jun 2022 13:38:11 -0500 Subject: [PATCH] update error handler --- Orchestrator/Workflows/Generate Unique Hostname/z01_errors.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Orchestrator/Workflows/Generate Unique Hostname/z01_errors.js b/Orchestrator/Workflows/Generate Unique Hostname/z01_errors.js index b4393a5..3b75209 100644 --- a/Orchestrator/Workflows/Generate Unique Hostname/z01_errors.js +++ b/Orchestrator/Workflows/Generate Unique Hostname/z01_errors.js @@ -3,5 +3,4 @@ Inputs: errMsg (string) Outputs: none */ -System.error("FATAL ERROR!"); -System.error(errMsg); \ No newline at end of file +System.error("FATAL ERROR!"); \ No newline at end of file