1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

Add dev console boot sequence info

This commit is contained in:
Raymond Hill 2023-03-18 14:37:49 -04:00
parent 8c5fd9f53c
commit d42e9ae2a8
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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`);