"Improved error visibility guards and added important tasks to todo"
This commit is contained in:
parent
a420532a69
commit
e522ab0407
|
@ -149,6 +149,8 @@ async function collect({chrome_port:port, mode} = {}) {
|
||||||
ConfirmedInstalls.add(sessionId);
|
ConfirmedInstalls.add(sessionId);
|
||||||
console.log({confirmedInstall:val, context});
|
console.log({confirmedInstall:val, context});
|
||||||
}
|
}
|
||||||
|
} catch(e) {
|
||||||
|
DEBUG && console.info('Not the message we expected to confirm install. This is OK.', {originalMessage:args});
|
||||||
} finally {}
|
} finally {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
4
todo
4
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
|
- add export and import of the FTS index
|
||||||
|
- link up to search input and provide results page
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue