Steps to reproduce: ``` const dag = new Dag() console.log(dag.findPathsDown('a')); ``` outputs ``` Path { paths: [ [ 'a' ] ], _index: 0 } ```