mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 23:05:07 +00:00
39919f264c
This only affected the demo. We somehow put the `enableEthereum()` call right before the Demo `set` function, so since we now throw when it's not available, it stopped the `set`. But it was never needed because demo has `autoEnadble` on, meaning that `enable` is called at the start.