As params are passed in command, they should not be fatal to the control process
parent
c75cd1ecc9
commit
a6b804bb62
|
@ -116,7 +116,7 @@ sub getParam {
|
|||
} elsif ( defined($default) ) {
|
||||
return $default;
|
||||
}
|
||||
Fatal("Missing mandatory parameter '$name'");
|
||||
Error("Missing mandatory parameter '$name'");
|
||||
}
|
||||
|
||||
sub executeCommand {
|
||||
|
|
Loading…
Reference in New Issue