Просмотр исходного кода

* in interactive mode: display error message to the user when authorization fails

till 13 лет назад
Родитель
Сommit
f8d8ccfedc
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/Composer/Repository/Vcs/SvnDriver.php

+ 2 - 0
src/Composer/Repository/Vcs/SvnDriver.php

@@ -101,6 +101,8 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
 
                 // restart the process
                 $output = $this->execute($command, $url);
+            } else {
+                $this->io->write("Authorization failed: {$svnCommand}");
             }
         }
         return $output;