Remove available

This commit is contained in:
Girish Ramakrishnan
2014-08-25 01:08:25 -07:00
parent 1c56934a4d
commit 14f805fa47
+2 -2
View File
@@ -31,7 +31,7 @@ Updater.prototype.check = function () {
debug('check: ', result.body);
if (result.body.available) {
if (result.body.version) {
debug('check: update to version ' + result.body.version + ' available.');
that.updateInfo = {
version: result.body.version,
@@ -76,4 +76,4 @@ Updater.prototype.update = function (callback) {
callback(null);
});
};
};