We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed9d52 commit a4a63e6Copy full SHA for a4a63e6
1 file changed
src/dictionary/parallel_parser.ts
@@ -93,7 +93,6 @@ export async function parseDictionary(source: string): Promise<Dictionary> {
93
for (const [word, definition] of entries.entries()) {
94
if (dictionary.has(word)) {
95
errors.push(new ResultError(`duplicate Toki Pona word "${word}"`));
96
- break;
97
} else {
98
dictionary.set(word, definition);
99
}
0 commit comments