fix(client): prevent unusual commas in iframe (#44477)

* fix: Moved src files in the head

* fix: Removed excess indents

Co-authored-by: Canopius <canopius@DESKTOP-KJC5QOG.localdomain>
This commit is contained in:
Josh
2021-12-11 19:33:46 +00:00
committed by GitHub
parent 4564b71d0e
commit 9c386c829f

View File

@ -91,7 +91,7 @@ A required file can not have both a src and a link: src = ${src}, link = ${link}
}
return '';
})
.reduce((head, element) => head.concat(element), []);
.join('\n');
const indexHtml = findIndexHtml(challengeFiles);