fix crash

This commit is contained in:
Girish Ramakrishnan
2016-01-23 13:37:21 -08:00
parent 0eaa3a8d94
commit da1cc42fa0
+1 -1
View File
@@ -196,7 +196,7 @@ function checkBoxUpdates(callback) {
var isPrerelease = semver.parse(updateInfo.version).prerelease.length !== 0;
if (isPrerelease && !updateConfig.prerelease) {
debug('Skipping update %s since this box does not want prereleases', gBoxUpdateInfo.version);
debug('Skipping update %s since this box does not want prereleases', updateInfo.version);
return callback();
}