"Improved error visibility guards and added important tasks to todo"

This commit is contained in:
Cris Stringfellow 2021-12-14 21:53:07 +08:00
parent a420532a69
commit e522ab0407
2 changed files with 6 additions and 0 deletions

View File

@ -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 {}
}
}

4
todo
View File

@ -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