Skip to content

Commit

Permalink
Ignore bad url
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmaa committed Dec 27, 2024
1 parent 78405a1 commit fc2baaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/data/anki-note-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class AnkiNoteBuilder {
context.url = '';
}
} catch (e) {
allErrors.push(new ExtensionError('Failed to parse URL'));
// Ignore
}

const commonData = this._createData(dictionaryEntry, mode, context, resultOutputMode, glossaryLayoutMode, compactTags, media, dictionaryStylesMap);
Expand Down

0 comments on commit fc2baaa

Please sign in to comment.