Loading Controllers/Cli/Install.php +2 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,8 @@ class Install extends Cli\Controller implements Interfaces\CliControllerInterfac $this->out(['Done!', 'Open your browser and go to ' . $provisioner->getSiteUrl()], $this::OUTPUT_PRE); } catch (Exceptions\ProvisionException $e) { throw new Exceptions\CliException($e->getMessage()); // throw new Exceptions\CliException($e->getMessage()); error_log($e->getMessage()); } } Loading Loading
Controllers/Cli/Install.php +2 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,8 @@ class Install extends Cli\Controller implements Interfaces\CliControllerInterfac $this->out(['Done!', 'Open your browser and go to ' . $provisioner->getSiteUrl()], $this::OUTPUT_PRE); } catch (Exceptions\ProvisionException $e) { throw new Exceptions\CliException($e->getMessage()); // throw new Exceptions\CliException($e->getMessage()); error_log($e->getMessage()); } } Loading