E584
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3595f commit db13417Copy full SHA for db13417
hack/verify-codegen.sh
@@ -26,5 +26,6 @@ if git status -s 2>&1 | grep -E -q '^\s+[MADRCU]'
26
then
27
echo Uncommitted changes in generated sources:
28
git status -s
29
+ git diff
30
exit 1
31
fi
0 commit comments