mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
log contact export
This commit is contained in:
parent
381a1b9d17
commit
bba89fd4f1
1 changed files with 4 additions and 0 deletions
|
|
@ -190,6 +190,10 @@
|
|||
await this.loadContacts();
|
||||
});
|
||||
|
||||
this.connection.on(Constants.ResponseCodes.ExportContact, async (event) => {
|
||||
console.log("ExportContact", event);
|
||||
});
|
||||
|
||||
},
|
||||
onDisconnected() {
|
||||
console.log("disconnected");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue