experiments in a post-browser web
10
fork

Configure Feed

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

debug logging

+1 -1
+1 -1
preload.js
··· 119 119 }); 120 120 121 121 ipcRenderer.on(replyTopic, (ev, msg) => { 122 - console.log('topic', topic, msg); 122 + DEBUG && console.log('topic', topic, msg); 123 123 msg.source = sourceAddress; 124 124 try { 125 125 callback(msg);