diff --git a/archivist.js b/archivist.js index bfd27d2..128930f 100644 --- a/archivist.js +++ b/archivist.js @@ -149,6 +149,8 @@ async function collect({chrome_port:port, mode} = {}) { ConfirmedInstalls.add(sessionId); console.log({confirmedInstall:val, context}); } + } catch(e) { + DEBUG && console.info('Not the message we expected to confirm install. This is OK.', {originalMessage:args}); } finally {} } } diff --git a/todo b/todo index 66fee6f..229c186 100644 --- a/todo +++ b/todo @@ -1 +1,5 @@ +- ensure we are correctly indexing / saving the page title when the page title updates. +- ensure we are getting the page text to index once it is actually loaded (we should call again later, or add mutation observer and update on mutate) - add export and import of the FTS index +- link up to search input and provide results page +