mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
possible fix to travis
This commit is contained in:
@@ -82,11 +82,6 @@ var fs = require('fs'),
|
||||
Plugins.lessFiles.length = 0;
|
||||
Plugins.clientScripts.length = 0;
|
||||
|
||||
if (!middleware) {
|
||||
var e = new Error('middleware undefined');
|
||||
console.log(e.stack);
|
||||
}
|
||||
|
||||
// Read the list of activated plugins and require their libraries
|
||||
async.waterfall([
|
||||
function(next) {
|
||||
|
||||
Reference in New Issue
Block a user