mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-29 14:57:05 +00:00
Dispose temporary P2P setup probes
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
return "";
|
||||
} finally {
|
||||
try {
|
||||
await replicator.close();
|
||||
await replicator.dispose();
|
||||
await dummyPouch.destroy();
|
||||
} catch (e) {
|
||||
Logger(e, LOG_LEVEL_VERBOSE, "setup-p2p-cleanup");
|
||||
|
||||
Reference in New Issue
Block a user