added note linking to wiki page for authoring plugins... also showing something if no plugins are installed

This commit is contained in:
Julian Lam
2013-07-29 15:57:14 -04:00
parent 3578ce1925
commit 1bee527f41
3 changed files with 29 additions and 16 deletions

View File

@@ -189,7 +189,6 @@ var fs = require('fs'),
next();
});
}, function(err) {
console.log(plugins);
next(null, plugins);
});
}