closed #159 - issue where theme listing would hang if a theme folder did

not contain theme.json

Also refactored theme socket event a bit
This commit is contained in:
Julian Lam
2013-08-11 13:09:27 -04:00
parent 27f874759e
commit 272806a25d
3 changed files with 5 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ var utils = require('./../public/src/utils.js'),
themeArr.push(conf);
next();
});
}
} else next();
});
} else next();
});
@@ -57,9 +57,6 @@ var utils = require('./../public/src/utils.js'),
callback(err, themeArr);
});
});
},
saveViaGithub: function(repo_url, callback) {
// ...
}
}