Nick Baroni
Nick Baroni
In `shop.js`, the `role:shop,info:purchase` action works when handled locally, but breaks when using the `shop-stats.js` integration. ``` // shop.js line 27 this.act('role:shop,info:purchase',{purchase:purchase}) ``` ### Error in terminal ``` $ node...
v10.20.0 When passed a corestore, Hyperdrive throws an error when `destroyStorage()` is called. This error doesn't happen when Hyperdrive is passed an instance of `random-access-storage`. Code to reproduce error: ```js...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...