Fixes, passes tests

This commit is contained in:
Peter Jaszkowiak
2016-11-28 18:16:13 -07:00
parent fd4d53e42c
commit 77e58f31c5
4 changed files with 7 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ Languages.list = function (callback) {
fs.readFile(configPath, function (err, stream) {
if (err) {
next();
return next(err);
}
languages.push(JSON.parse(stream.toString()));
next();