-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Replace deprecated util._extend API with Object.assign() #5238
Comments
any update on this? |
@Unitech could we get an update since it's been three years since the issue was created? I'm also seeing this warning happening more frequently now. |
Yeah having this error pop up consistently is a bit of a pain , also hoping for a fix soon. |
Should be fixed in keymetrics/pm2-io-apm#303 |
should be fixed in v5.4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's going wrong?
Reference: https://nodejs.org/api/util.html#util_extendtarget-source
The util._extend() method was never intended to be used outside of internal Node.js modules. There are some modules in pm2 still using this method, and it is hereafter suggested to be replaced.
How could we reproduce this issue?
N/A
Supporting information
N/A
The text was updated successfully, but these errors were encountered: