[traverse] nit

This commit is contained in:
Jason 2016-02-03 17:46:34 +08:00
parent 35463a46b6
commit 523a9d1d00

View File

@ -105,7 +105,7 @@ export default class TraversalContext {
path.resync();
path.pushContext(this);
// this path is no longer belongs to the tree
// this path no longer belongs to the tree
if (path.key === null) continue;
if (testing && queue.length >= 1000) {