env check

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-05-28 12:28:38 -05:00
parent 90b42bccb2
commit f34bd5df4f
1 changed files with 1 additions and 1 deletions

View File

@ -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;