[license] Log

Add read license exception to log
This commit is contained in:
Alexander.Trofimov
2019-09-10 16:20:45 +03:00
parent b746b354c8
commit 07dec7702c

View File

@ -112,6 +112,8 @@ exports.readLicense = function*() {
throw 'verify';
}
} catch (e) {
logger.warn(e);
res.count = 1;
res.type = c_LR.Error;