decentralised sync engine
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: small logging

serenity 62b35fb1 d4382f00

+2 -1
+2 -1
src/lib/setup.ts
··· 112 112 channels: channelAtUris, 113 113 }); 114 114 if (!handshakeResult.ok) { 115 - console.error(handshakeResult.error); 115 + console.error("Handshake to", shardDid, "failed."); 116 + console.error(JSON.stringify(handshakeResult.error)); 116 117 continue; 117 118 } 118 119 const sessionInfo = handshakeResult.data;