From ca1d9d2224a75fd566f3381ec9f832b9ac76dd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santanch=C3=A8?= Date: Thu, 4 Apr 2024 15:27:23 -0300 Subject: [PATCH] fix (report/bio): separator record --- src/adonisjs/public/report/js/report-annotations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/adonisjs/public/report/js/report-annotations.js b/src/adonisjs/public/report/js/report-annotations.js index b4cfdd6e..4e610222 100644 --- a/src/adonisjs/public/report/js/report-annotations.js +++ b/src/adonisjs/public/report/js/report-annotations.js @@ -395,9 +395,9 @@ class ReportManager { tokens.push([tk, tks, c-1, {}]) tk = '' tks = -1 - if (c < text.length && ReportManager.septoken.includes(text[c])) - tokens.push([text[c], c, c, {}]) } + if (c < text.length && ReportManager.septoken.includes(text[c])) + tokens.push([text[c], c, c, {}]) } else { if (tks == -1) tks = c