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

This commit is contained in:
Book Pauk
2022-09-25 17:27:40 +07:00
parent 7e5ea30579
commit e6d0c6e519
7 changed files with 117 additions and 63 deletions

View File

@@ -169,7 +169,7 @@ function initStatic(app, config) {
await webWorker.restoreBookFile(publicPath);
}
} catch(e) {
log(LM_ERR, `static::restoreBookFile ${req.path} > ${e.message}`);
//quiet
}
return next();