Boink

Results 3 comments of Boink

> Which game are you testing on? I don't see the behavior on tf2 that you talk about. The game changes double quotes to single quotes in chat and the...

You can increase the limit via the `events` property: ```typescript const store = new Store(); store.events.setMaxListeners(20); ```

@sulaysumaria Seems like you're right... this was previously working on v8.2.0 of electron-store, but it's now using an updated version of the `conf` package which changed the `events` type from...