I have a command script that runs that opens several webpages and programs automatically. It's worked great for years but lately it stops and throws an error message saying:
(node:9804) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 appInitialized listeners added. Use emitter.setMaxListeners() to increase limit
Does anyone know what this means or what I ought to do about it?
(node:9804) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 appInitialized listeners added. Use emitter.setMaxListeners() to increase limit
Does anyone know what this means or what I ought to do about it?