a small fix

This commit is contained in:
Romain Beaumont 2015-12-18 14:58:32 +01:00
parent 1d882c4af9
commit baca95c070

View file

@ -39,7 +39,7 @@ module.exports.server = function(serv, settings) {
});
serv.on('asap', () => {
Objet.keys(serv.plugins).map(plugin -> serv.log('[PLUGINS] Loaded "' + plugin + '"'));
Object.keys(serv.plugins).map(plugin => serv.log('[PLUGINS] Loaded "' + plugin + '"'));
});
serv.externalPluginsLoaded = true;