Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 043c9ccd authored by Ronak Patel's avatar Ronak Patel
Browse files

added message

parent 5f82a1ec
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ class UpdateBlacklistedDomains extends Command {
			$output->writeln('Updated blacklisted domains for creation.');
		} catch (\Throwable $th) {
			$this->logger->error('Error while updating blacklisted domains. ' . $th->getMessage());
			$output->writeln('Error while updating blacklisted domains.');
			$output->writeln('Error while updating blacklisted domains. '. $th->getMessage());
		}
		return 1;
	}