promisify plugins

This commit is contained in:
Barış Soner Uşaklı
2018-11-19 13:03:31 -05:00
parent 2416fb9352
commit c36ddec08b

View File

@@ -367,3 +367,5 @@ Plugins.showInstalled = function (callback) {
},
], callback);
};
Plugins.async = require('../promisify')(Plugins);