Log a few more lines during the word plugin installation

This commit is contained in:
Adomas Venčkauskas 2017-07-26 09:20:50 +03:00
parent e475b22f1d
commit 81d5618346

View file

@ -65,7 +65,9 @@ var ZoteroPluginInstaller = function(addon, failSilently, force) {
var me = this;
var extensionIDs = [this._addon.EXTENSION_ID].concat(this._addon.REQUIRED_ADDONS.map(req => req.id));
Zotero.debug("PluginInstaller: fetching addon info");
AddonManager.getAddonsByIDs(extensionIDs, function(addons) {
Zotero.debug("PluginInstaller: addon info fetched");
me._addons = addons;
me._addonInfoAvailable();
});