We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your issue may already be reported! Please search on the issue tracker before creating one.
The type definition is missing sendDataToProcessId
Just use typescript and try to use the function you can't without having it throw errors. Error below:
error TS2339: Property 'sendDataToProcessId' does not exist on type 'typeof ...
Please run the following command (available on PM2 >= 2.6)
$ pm2 report
The text was updated successfully, but these errors were encountered:
PM2 2.10.1 has been release:
$ npm install pm2@latest -g $ pm2 update
Sorry, something went wrong.
Awesome @wallet77 I really appreciate it. Having sendDataToProcessId warning/error driving me nuts.
No branches or pull requests
Your issue may already be reported!
Please search on the issue tracker before creating one.
What's going wrong?
The type definition is missing sendDataToProcessId
How could we reproduce this issue?
Just use typescript and try to use the function you can't without having it throw errors. Error below:
error TS2339: Property 'sendDataToProcessId' does not exist on type 'typeof ...
Supporting information
Please run the following command (available on PM2 >= 2.6)
The text was updated successfully, but these errors were encountered: