Handle missing "build" inputs
This commit is contained in:
parent
65ea71578f
commit
52406e108b
|
@ -595,7 +595,7 @@ sub fetchInput {
|
||||||
die "Input `" . $name . "' has unknown type `$type'.";
|
die "Input `" . $name . "' has unknown type `$type'.";
|
||||||
}
|
}
|
||||||
|
|
||||||
$input->{type} = $type;
|
$input->{type} = $type if defined $input;
|
||||||
return $input;
|
return $input;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue