Skip to content
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

argument list too long: tcg #12

Open
zacKolton opened this issue May 31, 2021 · 5 comments
Open

argument list too long: tcg #12

zacKolton opened this issue May 31, 2021 · 5 comments

Comments

@zacKolton
Copy link

Anyway to ignore list length?

@zacKolton
Copy link
Author

Edit: so I don't get smoked here, This is actually a problem with terminal itself. Essentially, im pretty sure it just doesn't like the amount of output.

Maybe you could add a setting that enables a "quite" output, this might help mitigate this issue. However, it doesn't really matter, after scanning roughly 100 files, the output gets messed up anyways lol

@zacKolton
Copy link
Author

Might start helping out with this, id argue this is probably the simplest and best call-graph service out there.

@chapmanjacobd
Copy link
Contributor

try this:

sudo sysctl -w kern.argmax=9001

https://www.cyberciti.biz/faq/argument-list-too-long-error-solution/

@zacKolton
Copy link
Author

Thanks il give it a go

@whyboris
Copy link
Owner

whyboris commented Jun 1, 2021

I wonder if these are the logs that mess up your console. If so, you could just disable these few lines for yourself:
https://github.com/whyboris/TypeScript-Call-Graph/blob/main/extract.ts#L146
I added console.log but it's not necessary for generating the graph 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants