build: fix ci (#3373)

This commit is contained in:
Alex Yang
2023-07-25 11:41:32 -07:00
committed by GitHub
parent 00718f8c9a
commit 32fd01ed33
2 changed files with 1 additions and 2 deletions

View File

@@ -141,7 +141,6 @@ await Promise.all(
if (res.ok) {
// todo: how to put css file into sandbox?
return res.text().then(text => {
console.log('text', text);
const style = document.createElement('style');
style.setAttribute('plugin-id', plugin);
style.textContent = text;