diff --git a/chrome/content/zotero/bindings/merge.xml b/chrome/content/zotero/bindings/merge.xml index ad717d480..6fec909c5 100644 --- a/chrome/content/zotero/bindings/merge.xml +++ b/chrome/content/zotero/bindings/merge.xml @@ -71,7 +71,7 @@ break; default: - throw new Exception(`Unsupported merge object type '${type}'`); + throw new Error(`Unsupported merge object type '${type}'`); } this._type = val; @@ -98,7 +98,7 @@