Skip to content

Commit

Permalink
Merge branch 'master' into esm
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Apr 20, 2021
2 parents da8106f + 8ad44b5 commit fe4fe73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/walker/create.js
Expand Up @@ -169,7 +169,6 @@ export function createWalker(config) {
var enterRet = enter.call(context, node, item, list);

if (enterRet === breakWalk) {
debugger;
return true;
}

Expand Down

0 comments on commit fe4fe73

Please sign in to comment.