mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 12:11:16 +00:00
add back in missing load commands
This commit is contained in:
parent
2f5c647c39
commit
4ae5757bae
@ -40,6 +40,9 @@ Config.prototype.loadConfigFiles = function(options) {
|
||||
this.plugins.loadPlugins();
|
||||
|
||||
this.load();
|
||||
this.loadWebServerConfigFile();
|
||||
this.loadChainTrackerFile();
|
||||
this.loadPluginContractFiles();
|
||||
};
|
||||
|
||||
Config.prototype.load = Config.prototype.reloadConfig = function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user