xieruidong 2 年之前
父節點
當前提交
5245b60309
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {