8000 fix: outerHTML must be a string · gajus/usus@f79c664 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit f79c664

Browse files
committed
fix: outerHTML must be a string
1 parent fcafda0 commit f79c664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const inlineImports = async (DOM: *, Runtime: *, rootNodeId: number, styleImport
7171

7272
await DOM.setOuterHTML({
7373
nodeId,
74-
outerHTML: styleImports
74+
outerHTML: styleImports.join('\n')
7575
});
7676
};
7777

0 commit comments

Comments
 (0)
0