Skip to content
Snippets Groups Projects
Commit 1c3f9157 authored by Oleh Posyniak's avatar Oleh Posyniak
Browse files

MAGETWO-62655: [GitHub] CLI won't work without write permissions #7933

parent a0fe8989
Branches
No related merge requests found
......@@ -163,7 +163,7 @@ class Cli extends Console\Application
/** @var ObjectManagerProvider $omProvider */
$omProvider = $this->serviceManager->get(ObjectManagerProvider::class);
$omProvider->setObjectManager($this->objectManager);
} catch (\RuntimeException $exception) {
} catch (FileSystemException $exception) {
$this->writeGenerationDirectoryReadError();
exit(static::RETURN_FAILURE);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment