mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
fix: restore plugin upgrade checking logic
unintended regression from ac86937c88
This commit is contained in:
@@ -90,8 +90,8 @@ async function getSuggestedModules(nbbVersion, toCheck) {
|
||||
async function checkPlugins() {
|
||||
process.stdout.write('Checking installed plugins and themes for updates... ');
|
||||
const [plugins, nbbVersion] = await Promise.all([
|
||||
getInstalledPlugins,
|
||||
getCurrentVersion,
|
||||
getInstalledPlugins(),
|
||||
getCurrentVersion(),
|
||||
]);
|
||||
|
||||
const toCheck = Object.keys(plugins);
|
||||
|
||||
Reference in New Issue
Block a user