ImportHandler: Pass ImportError to import hook

This commit is contained in:
Richard Hansen 2021-12-10 02:34:13 -05:00
parent d1da8f1ebd
commit 4d457f6296
3 changed files with 16 additions and 2 deletions

View file

@ -19,6 +19,7 @@
* New APIs for processing attributes: `ep_etherpad-lite/static/js/attributes`
(low-level API) and `ep_etherpad-lite/static/js/AttributeMap` (high-level
API).
* The `import` server-side hook has a new `ImportError` context property.
### Compatibility changes