small fixes
This commit is contained in:
@@ -228,7 +228,7 @@ module.exports = function(io) {
|
||||
date: (new Date()).getTime(),
|
||||
data: {}
|
||||
};
|
||||
if (err) {cb3(err); return}
|
||||
if (err) {cb3(); console.log(err); return}
|
||||
data.trim().split('\n').forEach(function(v, i) {
|
||||
var vals = v.split(' ');
|
||||
switch (vals.length) {
|
||||
|
Reference in New Issue
Block a user