Skip to content

Commit

Permalink
visitor(merge-object): fix bug #116
Browse files Browse the repository at this point in the history
Signed-off-by: echo094 <[email protected]>
  • Loading branch information
echo094 committed Aug 27, 2024
1 parent afb4791 commit 66a32b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visitor/merge-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function mergeObject(path) {
} else {
path.remove()
}
scope.crawl()
binding.scope.crawl()
}

/**
Expand Down

0 comments on commit 66a32b6

Please sign in to comment.