mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
env check
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
90b42bccb2
commit
f34bd5df4f
@ -27,7 +27,7 @@ class CodeGenerator {
|
|||||||
this.storageConfig = options.storageConfig || {};
|
this.storageConfig = options.storageConfig || {};
|
||||||
this.communicationConfig = options.communicationConfig || {};
|
this.communicationConfig = options.communicationConfig || {};
|
||||||
this.namesystemConfig = options.namesystemConfig || {};
|
this.namesystemConfig = options.namesystemConfig || {};
|
||||||
this.env = options.env;
|
this.env = options.env || '';
|
||||||
// TODO: this should also be removed and use events instead
|
// TODO: this should also be removed and use events instead
|
||||||
this.contractsManager = options.contractsManager;
|
this.contractsManager = options.contractsManager;
|
||||||
this.plugins = options.plugins;
|
this.plugins = options.plugins;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user