You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just thought you might want to know there are several node 10 deprecations that you may not be aware of. To my knowledge they happen on all common queries.
(node:83724) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead.
(node:83724) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
(node:83724) [DEP0079] DeprecationWarning: Custom inspection functionon Objects via .inspect() is deprecated
Thanks!
The text was updated successfully, but these errors were encountered:
Hello maintainers!
Just thought you might want to know there are several node 10 deprecations that you may not be aware of. To my knowledge they happen on all common queries.
Thanks!
The text was updated successfully, but these errors were encountered: