Работа над проектом

This commit is contained in:
Book Pauk
2022-08-19 18:04:46 +07:00
parent 0b0a51e5d4
commit c0d95115ea
4 changed files with 33 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ class WebWorker {
db.wwCache = {};
this.db = db;
log('Searcher DB is ready');
log('Searcher DB ready');
} catch (e) {
log(LM_FATAL, e.message);
ayncExit.exit(1);