add missing semicolon
This commit is contained in:
parent
044ce45d98
commit
b22ef22e36
@ -269,7 +269,7 @@ t.isReferenced = function (node, parent) {
|
||||
}
|
||||
|
||||
if (t.isCatchClause(parent)) {
|
||||
return parent.param !== node
|
||||
return parent.param !== node;
|
||||
}
|
||||
|
||||
if (t.isVariableDeclarator(parent)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user