Skip to content

Commit 66a32b6

Browse files
committed
visitor(merge-object): fix bug #116
Signed-off-by: echo094 <[email protected]>
1 parent afb4791 commit 66a32b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visitor/merge-object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function mergeObject(path) {
162162
} else {
163163
path.remove()
164164
}
165-
scope.crawl()
165+
binding.scope.crawl()
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)