zotero / translators

Zotero Translators
http://www.zotero.org/support/dev/translators
1.26k stars 750 forks source link

DOI: Recover when one DOI fails to resolve #3312

Closed AbeJellinek closed 1 month ago

AbeJellinek commented 3 months ago

We still need the error handler because the default child-translator error handler fails translation on the parent, no matter whether or not the error was caught. (Another result of our fake-async control flow... But I'm not sure there's anything we can do to fix it globally that won't break old translators.)

Addresses #3311