You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display the detailed error message when there's a problem.
Turns out `SParse.Syntax` is just an alias for `Error`, so I was
accidentally inheriting from it when I subclassed `Error`.
Also had to add a babel plugin for some esoteric reasons, see
https://babeljs.io/docs/usage/caveats/#classes, otherwise the jasmine
tests checking for specific error types won't work
refs #35
Improve error handling when a graph is syntactically correct but doesn't "compile", i.e. has an edge to a node that doesn't exist
The text was updated successfully, but these errors were encountered: