src/treegen/ast-template.js: Fix an obsolete stratement
This commit is contained in:
parent
ad525ec712
commit
9757bf07ea
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const nodeProto = {
|
||||||
yield element;
|
yield element;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (isSyntax(value)) {
|
} else {
|
||||||
if (isSyntax(value)) {
|
if (isSyntax(value)) {
|
||||||
yield value;
|
yield value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue