mirror of
https://github.com/caprover/caprover
synced 2026-05-06 03:30:29 +00:00
Added exit if installation fails
This commit is contained in:
@@ -309,6 +309,7 @@ module.exports.install = function () {
|
||||
.catch(function (error) {
|
||||
console.log('Installation failed.');
|
||||
console.error(error);
|
||||
process.exit();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user