Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

Logging error by console.log resulting in Proxy in console

Open cuonghuunguyen opened this issue 2 years ago • 0 comments

When console.log the error object, it results in Proxy in the chrome dev tool. And also there are this warning appears in the console:

(node:17) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [IncomingMessage]. Use emitter.setMaxListeners() to increase limit

image

I am using console.log for apps in the latest version

cuonghuunguyen avatar Feb 16 '23 12:02 cuonghuunguyen