mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
patch weird event max listeners bug
This commit is contained in:
parent
73fca42ce1
commit
f3d55f6742
@ -14,7 +14,7 @@ function log(eventType, eventName) {
|
|||||||
//console.log(eventType, eventName);
|
//console.log(eventType, eventName);
|
||||||
}
|
}
|
||||||
|
|
||||||
EventEmitter.prototype._maxListeners = 200;
|
EventEmitter.prototype._maxListeners = 300;
|
||||||
const _on = EventEmitter.prototype.on;
|
const _on = EventEmitter.prototype.on;
|
||||||
const _setHandler = EventEmitter.prototype.setHandler;
|
const _setHandler = EventEmitter.prototype.setHandler;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user