diff --git a/src/patcher/paragraph-split-inject.ts b/src/patcher/paragraph-split-inject.ts index c3033732cd..9c6f22c81a 100644 --- a/src/patcher/paragraph-split-inject.ts +++ b/src/patcher/paragraph-split-inject.ts @@ -19,8 +19,6 @@ export const findRunElementIndexWithToken = (paragraphElement: Element, token: s } } } - - throw new Error("Token not found"); }; export const splitRunElement = (runElement: Element, token: string): { readonly left: Element; readonly right: Element } => {