Up the max preference store listeners (#3273)
Этот коммит содержится в:
@@ -17,7 +17,7 @@ class PreferenceStoreClass extends EventEmitter {
|
|||||||
|
|
||||||
this.preferences = new Map();
|
this.preferences = new Map();
|
||||||
|
|
||||||
this.setMaxListeners(15);
|
this.setMaxListeners(20);
|
||||||
}
|
}
|
||||||
|
|
||||||
getKey(category, name) {
|
getKey(category, name) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user