Fixed stray unreachable code (#3890).

This commit is contained in:
Richard Moore 2023-03-12 04:45:12 -04:00
parent 8136a6476b
commit c220fe2ea7

@ -195,7 +195,6 @@ class TokenString {
linkBack: (t.linkBack - from),
linkNext: (t.linkNext - from),
}));
return t;
}));
}