Up the max preference store listeners (#3273)

Этот коммит содержится в:
Joram Wilander
2016-06-06 16:33:29 -04:00
родитель a3bdf448eb
Коммит afdbe785d4

Просмотреть файл

@@ -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) {