mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(export) add config send log
This commit is contained in:
parent
3250c07a16
commit
c83cbeeb22
2 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ const connectPush = wraptile((push, socket) => {
|
|||
|
||||
log(exportStr, `${connectedStr} to ${host}`);
|
||||
socket.emit('config', omitConfig(config('*')));
|
||||
log(exportStr, `config send to ${host}`);
|
||||
|
||||
config.subscribe(subscription);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue