diff --git a/scripting/index.ts b/scripting/index.ts index 47905ea..12ac42d 100644 --- a/scripting/index.ts +++ b/scripting/index.ts @@ -98,7 +98,7 @@ for (const file of Files) { let [word, meaning, impl] = parsedRow; - word = word.replace('**', ''); + word = word.replaceAll('**', ''); // @ts-expect-error meaning = meaning || null; // @ts-expect-error