xieruidong 2 years ago
parent
commit
5245b60309
1 changed files with 1 additions and 1 deletions
  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) {