diff --git a/src/babel/transformation/transformers/es6/destructuring.js b/src/babel/transformation/transformers/es6/destructuring.js index 67d1513e65..666f5382ae 100644 --- a/src/babel/transformation/transformers/es6/destructuring.js +++ b/src/babel/transformation/transformers/es6/destructuring.js @@ -104,7 +104,7 @@ export function CatchClause(node, parent, scope, file) { node.body.body = nodes.concat(node.body.body); - return node; + this.checkSelf(); } export function ExpressionStatement(node, parent, scope, file) {