Skip to content

Commit 578f52f

Browse files
style: reformat
1 parent e1ef1a6 commit 578f52f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

migrate/migrate-bot.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ ${html}
221221
console.log(`Normal HTML elements count: ${normalElementsCount}`);
222222

223223
if (normalElementsCount > 4) {
224-
throw new Error("The generated content contains too many native HTML elements, conversion may have failed.");
224+
throw new Error(
225+
"The generated content contains too many native HTML elements, conversion may have failed."
226+
);
225227
}
226228

227229
return content;

0 commit comments

Comments
 (0)