We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ff85c commit ba3c321Copy full SHA for ba3c321
lib/internal/Magento/Framework/App/Bootstrap.php
@@ -298,11 +298,11 @@ protected function assertInstalled()
298
$isInstalled = $this->isInstalled();
299
if (!$isInstalled && $isExpected) {
300
$this->errorCode = self::ERR_IS_INSTALLED;
301
- throw new \Exception('Application is not installed yet.');
+ throw new \Exception('Application is not installed yet. ');
302
}
303
if ($isInstalled && !$isExpected) {
304
305
- throw new \Exception('Application is already installed.');
+ throw new \Exception('Application is already installed. ');
306
307
308
0 commit comments