Skip to content

Commit 129ebb9

Browse files
committed
Logging
1 parent 7afc417 commit 129ebb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traverse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default function traverse<T>( node: Babel.Node,
230230
path?: NodePath<Babel.Node>) {
231231
traverseInner(node, visitor, scopeId, state, path);
232232
if (!sOut.includes(scopeIdCounter)) {
233-
log.debug("Scopes created", scopeIdCounter, " Scopes removed", removedScopes);
233+
log.debug("Scopes created", scopeIdCounter, " Scopes removed", removedScopes, "Paths created", pathsCreated);
234234
sOut.push(scopeIdCounter);
235235
}
236236
}

0 commit comments

Comments
 (0)