mirror of https://github.com/embarklabs/embark.git
setup logger arg on userConfig
This commit is contained in:
parent
08c68d068a
commit
db55458b62
|
@ -461,6 +461,7 @@ var BlockchainClient = function(userConfig, clientName, env, onReadyCallback, on
|
|||
userConfig.env = env;
|
||||
userConfig.onReadyCallback = onReadyCallback;
|
||||
userConfig.onExitCallback = onExitCallback;
|
||||
userConfig.logger = logger;
|
||||
return new Blockchain(userConfig, clientClass);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue