jriecken / dependency-graph

A simple dependency graph for Node.js
http://jriecken.github.io/dependency-graph/
MIT License
330 stars 49 forks source link

Add cycle nodes list to Dependency Cycle Found Error. #29

Closed jhugman closed 5 years ago

jhugman commented 5 years ago

Currently there is the list of nodes in an error message for the Dependency Cycle error.

It would be great if this could be added as a cycleNodes property to the error itself.

jriecken commented 5 years ago

Great idea - looks related to #23.