mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
7bd1598b3c
There was a condition checking if blockchain config was disabled and if so, do not generate any provider code, which is where the `__mainContext` was being defined. This was changed to generate the `__mainContext` code first, then if blockchain is disabled, return the already generated code.