more linting

This commit is contained in:
psychobunny
2014-10-08 12:11:06 -04:00
parent 27496a08c4
commit f4b5090738
5 changed files with 12 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ var fs = require('fs'),
var msg = username + '(uid ' + uid + ') ' + string;
events.log(msg);
});
}
};
events.log = function(msg, callback) {
var logFile = path.join(nconf.get('base_dir'), logFileName);
@@ -131,7 +131,7 @@ var fs = require('fs'),
}
callback(null, {data: buffer, next: end - buffer.length});
})
});
});
};