mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[license] Log
Add read license exception to log
This commit is contained in:
@ -112,6 +112,8 @@ exports.readLicense = function*() {
|
||||
throw 'verify';
|
||||
}
|
||||
} catch (e) {
|
||||
logger.warn(e);
|
||||
|
||||
res.count = 1;
|
||||
res.type = c_LR.Error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user