XL parsers paranoia

This commit is contained in:
_Lighty_ 2020-10-06 23:57:39 +02:00 committed by GitHub
parent f21016da74
commit a6d7d2c332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -942,6 +942,7 @@ module.exports = (() => {
return ParsersModule.parseAllowLinks;
} catch (e) {
Logger.stacktrace('FUCKING CUNT, parseAllowLinks bad', e);
return e => e;
}
}
})();