show diff in autoload checker
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
5b82e2e4d5
commit
d2b8bfc915
|
@ -46,6 +46,7 @@ then
|
|||
echo "The autoloader is not up to date"
|
||||
echo "Please run: bash build/autoloaderchecker.sh"
|
||||
echo "And commit the result"
|
||||
git diff lib/composer
|
||||
exit 1
|
||||
else
|
||||
echo "Autoloader up to date. Carry on"
|
||||
|
|
Loading…
Reference in New Issue