Skip to content

Commit

Permalink
fix: pluginPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Aug 24, 2021
1 parent 13878e9 commit 0743554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0743554

Please sign in to comment.