fix: pluginPaths

v1.18.x
Barış Soner Uşaklı 3 years ago
parent 13878e9f14
commit 0743554dd4

@ -23,7 +23,7 @@ Data.getPluginPaths = async function () {
winston.warn(`[plugins] "${plugins[i]}" is active but not installed.`);
}
});
return plugins.filter((p, i) => exists[i]);
return pluginPaths.filter((p, i) => exists[i]);
};
Data.loadPluginInfo = async function (pluginPath) {

Loading…
Cancel
Save