fix incorrect builder reference
This commit is contained in:
parent
45bc74efe7
commit
b8bd11a0e7
@ -63,7 +63,7 @@ export default function (whitelist, outputType = "global") {
|
||||
var: buildVar
|
||||
}[outputType];
|
||||
|
||||
if (builder) {
|
||||
if (build) {
|
||||
tree = build(namespace, builder);
|
||||
} else {
|
||||
throw new Error(messages.get("unsupportedOutputType", outputType));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user