Skip to content

Commit 0c0bbb2

Browse files
author
Ivan Gavryshko
committed
MAGETWO-51718: After break installation Magento uninstall throw fatal error
- added better message
1 parent 0fe64a0 commit 0c0bbb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,8 @@ public function uninstall()
10291029
} catch (\Exception $e) {
10301030
$this->log->log(
10311031
'Can\'t clear cache due to following error: '
1032-
. $e->getMessage()
1032+
. $e->getMessage() . PHP_EOL
1033+
. 'To fully clean up your uninstallation, you must manually clear your cache files.'
10331034
);
10341035
}
10351036

0 commit comments

Comments
 (0)