-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when getting the CFG #17
Comments
Well yes, this project is pretty much abandoned, and was never updated to work with newer JS syntax. |
Well, this is the (open source) way. A possible alternative is maybe Styx but it lacks of some features as well, but the software design is nice. If you don't want to maintain esgraph, maybe flag the project and link to Styx? However both projects have their pros and cons. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I get an exception when I try to get the CFG for the following code:
The error is:
I don't have any issues for calls that are not nested. E.g., if the fs.close() is not included, I won't have any issues.
I'd appreciate any help.
The text was updated successfully, but these errors were encountered: