mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
added note linking to wiki page for authoring plugins... also showing something if no plugins are installed
This commit is contained in:
@@ -189,7 +189,6 @@ var fs = require('fs'),
|
||||
next();
|
||||
});
|
||||
}, function(err) {
|
||||
console.log(plugins);
|
||||
next(null, plugins);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user