This commit is contained in:
Kasra Bigdeli
2018-11-21 22:40:26 -08:00
parent 2b5a95e540
commit c8a0f8ecac
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -144,7 +144,7 @@ function checkPortOrThrow(ipAddr, portToTest) {
});
}
let myIp4;
module.exports.install = function () {
function install() {
Promise.resolve()
.then(function () {
return checkSystemReq();
@@ -262,5 +262,7 @@ module.exports.install = function () {
.then(function () {
process.exit();
});
};
}
exports.install = install;
;
//# sourceMappingURL=CaptainInstaller.js.map
File diff suppressed because one or more lines are too long