mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
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…
x
Reference in New Issue
Block a user