ChiriVulpes / scryfall-sdk

A Node.js SDK for https://scryfall.com/docs/api, written in TypeScript.
MIT License
99 stars 16 forks source link

fix: add if exists to eventEmitter #69

Closed lordnox closed 9 months ago

lordnox commented 10 months ago

Ensure the event exists, else it will just break the system

ChiriVulpes commented 10 months ago

Would you mind adding a test that the old code would have failed?