mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add dev console boot sequence info
This commit is contained in:
parent
8c5fd9f53c
commit
d42e9ae2a8
1 changed files with 2 additions and 0 deletions
|
|
@ -384,6 +384,8 @@ const createDefaultProps = ( ) => {
|
|||
/******************************************************************************/
|
||||
|
||||
try {
|
||||
ubolog(`Start sequence of loading storage-based data ${Date.now()-vAPI.T0} ms after launch`);
|
||||
|
||||
// https://github.com/gorhill/uBlock/issues/531
|
||||
await µb.restoreAdminSettings();
|
||||
ubolog(`Admin settings ready ${Date.now()-vAPI.T0} ms after launch`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue