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