xieruidong %!s(int64=2) %!d(string=hai) anos
pai
achega
5245b60309
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php

+ 1 - 1
vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFProbe.php

@@ -260,7 +260,7 @@ class FFProbe
         try {
             $output = $this->ffprobe->command($commands);
         } catch (ExecutionFailureException $e) {
-            throw new RuntimeException(sprintf('Unable to probe - %s', $e->getMessage()), $e->getCode(), $e);
+            throw new RuntimeException(sprintf('Unable to probe - %s', $pathfile), $e->getCode(), $e);
         }
 
         if ($parseIsToDo) {