Skip to content

Commit 3bd8845

Browse files
committed
🎨 add more description
1 parent a1785fd commit 3bd8845

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

generator/scripts/generate-client.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ black .
1616

1717
# Apply the patches required
1818
cd ..
19+
20+
echo -e "\nApplying patch"
1921
git apply --verbose generator/data/__init__.patch || {
20-
# git apply failed! Warn the user
21-
echo -e "$(tput setaf 1)\n\nFailed to apply patch. Client generation INCOMPLETE!\n\nPlease, ensure to fix this before proceeding.\n\n\n"
22-
exit 1
22+
# git apply failed! Warn the user
23+
echo -e "$(tput setaf 1)\n\nFailed to apply patch. Client generation INCOMPLETE!\n\nPlease, ensure to fix this before proceeding.\nTake care when committing unpatched code.\n\n"
24+
exit 1
2325
}
2426
black .

0 commit comments

Comments
 (0)