Skip to content

Commit 32811e5

Browse files
author
Matthew Guillot
committed
Remove Symfony error handler from SecEnvConsoleCommand in favor of using normal output
1 parent 2df4b07 commit 32811e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Console/SecEnvConsoleCommand.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ public function handle()
5656

5757
$process->run();
5858

59-
// executes after the command finishes
60-
if (!$process->isSuccessful()) {
61-
throw new ProcessFailedException($process);
62-
}
63-
6459
echo $process->getOutput();
6560

6661
unset($process);

0 commit comments

Comments
 (0)