From 747f86228d6410f1bfa82a27d1d4a896294d076f Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 15 Jul 2024 22:42:03 +0530 Subject: [PATCH] remove newline after opening script tag to fix linenumber in errors --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 7a98d2d..60d7a50 100644 --- a/src/utils.js +++ b/src/utils.js @@ -432,7 +432,7 @@ export function getCompleteHtml(html, css, js, item, isForExport) { if (js) { if (typeof js === 'string') { - contents += js ? '