Comparing version 0.1.11 to 0.1.12
@@ -51,6 +51,7 @@ | ||
var sigint = false; | ||
var options; | ||
exports.install = function(options, callback) { | ||
exports.install = function(_options, callback) { | ||
options = options || {}; | ||
options = _options || {}; | ||
@@ -121,3 +122,3 @@ function install(existingVersion, newVersion, newer) { | ||
}, function(err) { | ||
if (err) { | ||
if (err && options.fromDMG !== true) { | ||
printMessage([ | ||
@@ -371,2 +372,2 @@ "Cloud9 IDE has been installed!", | ||
exports.install(); | ||
} | ||
} |
{ | ||
"name": "c9", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"label": "Cloud9 IDE Installer", | ||
@@ -5,0 +5,0 @@ "description": "The installer for the desktop edition of Cloud9 IDE fully integrated with http://c9.io/", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41081