mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
14 lines
621 B
Diff
14 lines
621 B
Diff
diff --git a/node_modules/linkify-html/dist/linkify-html.mjs b/node_modules/linkify-html/dist/linkify-html.mjs
|
|
index 63b1fe5..f61e3b7 100644
|
|
--- a/node_modules/linkify-html/dist/linkify-html.mjs
|
|
+++ b/node_modules/linkify-html/dist/linkify-html.mjs
|
|
@@ -201,6 +201,8 @@ var EventedTokenizer = /** @class */function () {
|
|
this.consume();
|
|
if (this.delegate.endDoctype) this.delegate.endDoctype();
|
|
this.transitionTo("beforeData" /* beforeData */);
|
|
+ } else {
|
|
+ throw new Error("Unexpected token");
|
|
}
|
|
},
|
|
doctypePublicIdentifierDoubleQuoted: function () {
|