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

fix(lib-cpu): when trying to obtain other cpu statistics it fails #861

Conversation

corteshvictor
Copy link

@corteshvictor corteshvictor commented Oct 26, 2023

when trying to get other cpu statistics it fails because the default execSync, its encoding value is a Buffer.
When they want to do the .split('split') it fails and goes through the catch by executing the utility util.noop(); but it does nothing and generates empty errors in pm2.

Issues #862

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

Successfully merging this pull request may close these issues.

2 participants