Chromium Code Reviews| Index: update_depot_tools.bat |
| diff --git a/update_depot_tools.bat b/update_depot_tools.bat |
| index 20ac0d7cd45bf214220a1eca40708e7f4cc9358a..58d3d849738edef1d9c4280add83ab79c7a872f0 100644 |
| --- a/update_depot_tools.bat |
| +++ b/update_depot_tools.bat |
| @@ -60,6 +60,8 @@ for /F %%x in ('git config --get remote.origin.url') DO ( |
| ) |
| call git fetch -q origin > NUL |
| call git rebase -q origin/master > NUL |
| +if errorlevel 1 echo Failed to update depot_tools. |
| + |
| goto :EOF |
| :GIT_SVN_UPDATE |