As params are passed in command, they should not be fatal to the control process

pull/2975/head
Isaac Connor 2020-05-13 07:58:53 -04:00
parent c75cd1ecc9
commit a6b804bb62
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ sub getParam {
} elsif ( defined($default) ) { } elsif ( defined($default) ) {
return $default; return $default;
} }
Fatal("Missing mandatory parameter '$name'"); Error("Missing mandatory parameter '$name'");
} }
sub executeCommand { sub executeCommand {