Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Feb 15, 2024
1 parent 7afc417 commit 129ebb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traverse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default function traverse<T>( node: Babel.Node,
path?: NodePath<Babel.Node>) {
traverseInner(node, visitor, scopeId, state, path);
if (!sOut.includes(scopeIdCounter)) {
log.debug("Scopes created", scopeIdCounter, " Scopes removed", removedScopes);
log.debug("Scopes created", scopeIdCounter, " Scopes removed", removedScopes, "Paths created", pathsCreated);
sOut.push(scopeIdCounter);
}
}

0 comments on commit 129ebb9

Please sign in to comment.