Skip to content

Commit 6c26eda

Browse files
tabacitupxpm
andauthored
Update src/app/Console/Commands/PublishAssets.php
Co-authored-by: Pedro Martins <[email protected]>
1 parent b6f0edc commit 6c26eda

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/app/Console/Commands/PublishAssets.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ private function runConsoleCommand($command)
4242
{
4343
$process = new Process($command, null, null, null, 60, null);
4444
$process->run(function ($type, $buffer) {
45-
if (Process::ERR === $type) {
46-
$this->line($buffer);
47-
} else {
48-
$this->line($buffer);
49-
}
45+
$this->line($buffer);
5046
});
5147

5248
// executes after the command finishes

0 commit comments

Comments
 (0)