This commit is contained in:
Louis Mazin 2025-12-08 21:46:50 +01:00
parent 93d5ec9b1b
commit 7c12981f43

View File

@ -13,6 +13,8 @@ const parseLogMessage = (log) => {
const linkRegex = /\[.*?\]\s*(.+?)\s*\((\d{17})\).*?!link\s+([A-Z0-9]{6})/i;
const match = log.match(linkRegex);
console.log('Parsing log:', log);
console.log('Regex match:', match);
if (match) {
return {