Небольшой тюнинг

This commit is contained in:
Book Pauk
2022-07-19 00:35:12 +07:00
parent cb6c7536bf
commit 56c4182985

View File

@@ -115,7 +115,7 @@ function initStatic(app, config) {
} }
} }
} catch(e) { } catch(e) {
log(LM_ERR, `Static.restoreRemoteFile: ${e.message}`); log(LM_ERR, `static::restoreRemoteFile ${req.path} > ${e.message}`);
} }
return next(); return next();