datavis-tech / topologica

Minimal library for reactive dataflow programming. Based on topological sort.
MIT License
50 stars 1 forks source link

Improve error message for missing dependencies #53

Open curran opened 5 years ago

curran commented 5 years ago

Currently if dependencies is undefined on a reactive function, you get this:

Cannot read property 'split' of undefined

This should be a special error message indicating that dependencies needs to be specified.