We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ef1a6 commit 578f52fCopy full SHA for 578f52f
migrate/migrate-bot.ts
@@ -221,7 +221,9 @@ ${html}
221
console.log(`Normal HTML elements count: ${normalElementsCount}`);
222
223
if (normalElementsCount > 4) {
224
- throw new Error("The generated content contains too many native HTML elements, conversion may have failed.");
+ throw new Error(
225
+ "The generated content contains too many native HTML elements, conversion may have failed."
226
+ );
227
}
228
229
return content;
0 commit comments