Fixup crash if dns preflight check fails
This commit is contained in:
@@ -324,7 +324,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$tran
|
||||
});
|
||||
}, function (error) {
|
||||
if (error) {
|
||||
$scope.location.busy = false;
|
||||
$scope.appInstall.busy = false;
|
||||
return Client.error(error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user