🚸 Get full fully-escaped command
This commit is contained in:
parent
77cf08260a
commit
cb892134ca
1 changed files with 3 additions and 1 deletions
|
|
@ -125,7 +125,9 @@ class MappableMedia extends AbstractMediaType implements EventEmitterInterface
|
||||||
|
|
||||||
public function getFinalCommand(): string
|
public function getFinalCommand(): string
|
||||||
{
|
{
|
||||||
return implode(' ', $this->buildCommand());
|
$proc = $this->driver->getProcessBuilderFactory()->create($this->buildCommand());
|
||||||
|
|
||||||
|
return $proc->getCommandLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function map(callable $callback = null): Map|static
|
public function map(callable $callback = null): Map|static
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue